Skip to content

Commit bdd60c9

Browse files
committed
fix build
1 parent 4e7b852 commit bdd60c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install .NET
3434
uses: actions/setup-dotnet@v5
3535
with:
36-
dotnet-version: 9.x
36+
dotnet-version: 10.x
3737

3838
- name: Restore Dependencies
3939
run: dotnet restore

0 commit comments

Comments
 (0)