We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7d57c commit f975e0fCopy full SHA for f975e0f
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup .NET
26
uses: actions/setup-dotnet@v5
27
with:
28
- dotnet-version: '9.0.x'
+ dotnet-version: '10.0.x'
29
30
- name: Build solution
31
run: dotnet build -c Release
0 commit comments