Skip to content

Commit

Permalink
set version to net 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byCrookie committed Feb 6, 2025
1 parent 32b86e4 commit 1cd30a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
dotnet-version: '9.0.x'

- name: Restore
run: dotnet restore
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
dotnet-version: '9.0.x'

- name: Restore
run: dotnet restore
Expand Down

0 comments on commit 1cd30a5

Please sign in to comment.