Skip to content

Commit

Permalink
Bump .NET version
Browse files Browse the repository at this point in the history
  • Loading branch information
Quahu committed Sep 4, 2024
1 parent 183fdbe commit 81c9929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/dotnet/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
- name: Set up .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: Restore
run: dotnet restore $Env:SOLUTION_PATH
shell: pwsh
Expand Down

0 comments on commit 81c9929

Please sign in to comment.