Skip to content

Commit d31f454

Browse files
Merge pull request #216 from PhantomGamers/dev2
build: use newer dotnet sdk
2 parents e14bec9 + 6a0025e commit d31f454

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525
- uses: actions/setup-dotnet@v4
2626
with:
27-
dotnet-version: 7.x
27+
dotnet-version: 9.x
2828
cache: true
2929
cache-dependency-path: '**/packages.lock.json'
3030
- run: dotnet restore --locked-mode

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
fetch-depth: 0
5151
- uses: actions/setup-dotnet@v4
5252
with:
53-
dotnet-version: 7.x
53+
dotnet-version: 9.x
5454
cache: true
5555
cache-dependency-path: '**/packages.lock.json'
5656
- run: dotnet restore --locked-mode

0 commit comments

Comments
 (0)