Skip to content

Commit e716b03

Browse files
authored
updated test.yml to .Net 9
1 parent 6cc7245 commit e716b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup .NET
2222
uses: actions/setup-dotnet@v3
2323
with:
24-
dotnet-version: 8.0.x
24+
dotnet-version: 9.0.x
2525
- name: Restore dependencies
2626
run: dotnet restore
2727
- name: Build

0 commit comments

Comments
 (0)