Skip to content

Commit

Permalink
Use net9.0 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptoc1 committed Sep 11, 2024
1 parent 1495c7a commit 22a5631
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
with:
cache: true
cache-dependency-path: ./**/packages.lock.json
dotnet-quality: preview
global-json-file: global.json
dotnet-version: |
8.0.x
9.0.x
- name: Restore dependencies
run: dotnet restore --locked-mode
Expand Down

0 comments on commit 22a5631

Please sign in to comment.