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 579c38a commit 6e3a3f7Copy full SHA for 6e3a3f7
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Setup .NET
30
uses: actions/setup-dotnet@v4
31
with:
32
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
33
34
- name: Restore dependencies
35
run: dotnet restore
0 commit comments