Skip to content

Commit a3f009c

Browse files
committed
Update .NET version in build workflow to 9.0.x
1 parent cc28776 commit a3f009c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup .NET
2323
uses: actions/setup-dotnet@v2
2424
with:
25-
dotnet-version: 8.0.x
25+
dotnet-version: 9.0.x
2626

2727
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2828
- name: Checkout Repository

0 commit comments

Comments
 (0)