Skip to content

Commit 46126b1

Browse files
authored
fix: Use .NET 9 SDK (#323)
1 parent 3e632df commit 46126b1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
- name: 🧰 Setup .NET
4343
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
4444
with:
45+
dotnet-version: |
46+
6.x
47+
8.x
48+
9.x
4549
global-json-file: global.json
4650

4751
- name: 🗃️ Setup NuGet cache

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.410",
3+
"version": "9.0.300",
44
"rollForward": "latestMajor",
55
"allowPrerelease": false
66
}

0 commit comments

Comments
 (0)