Skip to content

Commit 6e3a3f7

Browse files
committed
Fix version to .NET 9
1 parent 579c38a commit 6e3a3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

3434
- name: Restore dependencies
3535
run: dotnet restore

0 commit comments

Comments
 (0)