Skip to content

Commit

Permalink
updated workflow dotnet version (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
luithefirst committed Sep 9, 2024
1 parent 6568e64 commit 87cfa5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
- name: Install Dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.100'
dotnet-version: |
6.0.100
8.0.400
- name: Restore Tools
run: dotnet tool restore
- name: Paket Restore
Expand Down

0 comments on commit 87cfa5b

Please sign in to comment.