Skip to content

Commit

Permalink
Use .net 8 in workflows
Browse files Browse the repository at this point in the history
AndrewIOM committed Apr 3, 2024
1 parent 79abdfd commit 165fa4e
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 8.0.x
- name: Restore tool dependencies
run: dotnet tool restore
- name: Restore paket dependencies
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 8.0.x
- name: Restore tool dependencies
run: dotnet tool restore
- name: Restore paket dependencies

0 comments on commit 165fa4e

Please sign in to comment.