Skip to content

Commit

Permalink
updated workflow dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
luithefirst committed Sep 9, 2024
1 parent 87cfa5b commit 2562208
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
6.0.100
8.0.400
6.0.100
8.0.400
- name: Restore Tools
run: dotnet tool restore
- name: Paket Restore
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/fable.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
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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 2562208

Please sign in to comment.