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 f975e0f commit 0e1c4a3Copy full SHA for 0e1c4a3
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Setup .NET
32
uses: actions/setup-dotnet@v5
33
with:
34
- dotnet-version: '9.0.x'
+ dotnet-version: '10.0.x'
35
36
- name: Restore dependencies
37
run: dotnet restore
0 commit comments