Skip to content

Commit

Permalink
Update dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
guerrerotook committed Dec 3, 2024
1 parent a5b4267 commit 9e0e67d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: 9.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: 9.0.x
- name: Install NBGV tool
uses: dotnet/nbgv@master
id: nbgv
Expand Down

0 comments on commit 9e0e67d

Please sign in to comment.