Skip to content

Commit 169e865

Browse files
committed
Fix CI
1 parent 875639a commit 169e865

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v4
2121
with:
22-
dotnet-version: 8.0.x
22+
dotnet-version: 9.300.x
2323

2424
- name: Restore dependencies
2525
run: dotnet restore

0 commit comments

Comments
 (0)