Skip to content

Commit 1b54ef2

Browse files
committed
Update action to net 9
1 parent b7ad18b commit 1b54ef2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Dotnet
4444
uses: actions/setup-dotnet@v4
4545
with:
46-
dotnet-version: 8.x
46+
dotnet-version: 9.x
4747
source-url: https://nuget.pkg.github.com/ResoniteModdingGroup/index.json
4848

4949
- name: Add MonkeyLoader NuGet Source
@@ -98,7 +98,7 @@ jobs:
9898
- name: Setup Dotnet
9999
uses: actions/setup-dotnet@v4
100100
with:
101-
dotnet-version: 8.x
101+
dotnet-version: 9.x
102102
source-url: https://nuget.pkg.github.com/ResoniteModdingGroup/index.json
103103

104104
- name: Add MonkeyLoader NuGet Source

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Setup Dotnet
6969
uses: actions/setup-dotnet@v4
7070
with:
71-
dotnet-version: 8.x
71+
dotnet-version: 9.x
7272
source-url: https://nuget.pkg.github.com/ResoniteModdingGroup/index.json
7373

7474
- name: Add MonkeyLoader NuGet Source

0 commit comments

Comments
 (0)