Skip to content

Commit f975e0f

Browse files
authored
Update build.yml
1 parent 3d7d57c commit f975e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup .NET
2626
uses: actions/setup-dotnet@v5
2727
with:
28-
dotnet-version: '9.0.x'
28+
dotnet-version: '10.0.x'
2929

3030
- name: Build solution
3131
run: dotnet build -c Release

0 commit comments

Comments
 (0)