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 82693ab commit 75c62c7Copy full SHA for 75c62c7
.github/workflows/manual_release_prep.yml
@@ -14,10 +14,12 @@ jobs:
14
- name: Install .NET SDK
15
uses: actions/setup-dotnet@v4
16
with:
17
- # .NET 5 is deprecated and removed from GitHub Actions, we need to manually install it
18
dotnet-version: |
19
5.x.x
+ 6.x.x
20
+ 7.x.x
21
8.x.x
22
+ 9.x.x
23
24
- name: Setup Nuget
25
uses: NuGet/setup-nuget@v2
.github/workflows/release.yml
@@ -15,10 +15,12 @@ jobs:
26
0 commit comments