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 f446a74 commit 8dd8fd7Copy full SHA for 8dd8fd7
.github/workflows/publish-to-nuget.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Setup .NET
33
uses: actions/setup-dotnet@v2
34
with:
35
- dotnet-version: 7.0.x
+ dotnet-version: 8.0.x
36
37
- name: Restore dependencies
38
run: dotnet restore
0 commit comments