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 3e632df commit 46126b1Copy full SHA for 46126b1
.github/workflows/package.yml
@@ -42,6 +42,10 @@ jobs:
42
- name: 🧰 Setup .NET
43
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
44
with:
45
+ dotnet-version: |
46
+ 6.x
47
+ 8.x
48
+ 9.x
49
global-json-file: global.json
50
51
- name: 🗃️ Setup NuGet cache
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "8.0.410",
+ "version": "9.0.300",
4
"rollForward": "latestMajor",
5
"allowPrerelease": false
6
}
0 commit comments