Skip to content

Commit

Permalink
switched to dotnet8 env in github's action
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldsteinlechner committed Sep 25, 2024
1 parent 71a8365 commit a6dcf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.400'
dotnet-version: '8.0.400'
- name: Restore Tools
run: dotnet tool restore
- name: Restore
Expand Down

0 comments on commit a6dcf13

Please sign in to comment.