Skip to content

Commit ec01b8d

Browse files
authored
Update build_and_test.yml for net9
1 parent 0dd7013 commit ec01b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup .NET
2727
uses: actions/setup-dotnet@v4
2828
with:
29-
dotnet-version: 8.0.x
29+
dotnet-version: 9.0.x
3030

3131
- name: Restore dependencies
3232
run: dotnet restore

0 commit comments

Comments
 (0)