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 9ea3cd7 commit 5177a45Copy full SHA for 5177a45
.github/workflows/dotnet.yml
@@ -19,7 +19,8 @@ jobs:
19
- name: Setup .NET
20
uses: actions/setup-dotnet@v3
21
with:
22
- dotnet-version: 6.0.x
+ dotnet-version: 7.x
23
+ include-prerelease: false
24
- name: Restore dependencies
25
run: dotnet restore
26
- name: Build
.github/workflows/publish-to-nuget.yml
@@ -32,6 +32,7 @@ jobs:
32
33
34
dotnet-version: 7.x
35
36
37
38
0 commit comments