Skip to content

Commit

Permalink
Merge pull request #216 from PhantomGamers/dev2
Browse files Browse the repository at this point in the history
build: use newer dotnet sdk
  • Loading branch information
PhantomGamers authored Dec 22, 2024
2 parents e14bec9 + 6a0025e commit d31f454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.x
dotnet-version: 9.x
cache: true
cache-dependency-path: '**/packages.lock.json'
- run: dotnet restore --locked-mode
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.x
dotnet-version: 9.x
cache: true
cache-dependency-path: '**/packages.lock.json'
- run: dotnet restore --locked-mode
Expand Down

0 comments on commit d31f454

Please sign in to comment.