Skip to content

Commit

Permalink
Marked fixed versions for dotnet 6 and dotnet 7
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Sep 10, 2023
1 parent 0f43b53 commit d4b29df
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
with:
dotnet-version: |
3.1.x
6.0.x
7.0.x
6.0.15
7.0.4
- name: Download fake-cli
run: dotnet tool restore
- name: Package
Expand All @@ -45,8 +45,8 @@ jobs:
with:
dotnet-version: |
3.1.x
6.0.x
7.0.x
6.0.15
7.0.4
- name: Download fake-cli
run: dotnet tool install fake-cli --version 5.20.4 --tool-path .
- name: Restore packages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.x
7.0.x
6.0.15
7.0.4
- name: Download dotnet build-script tools
run: dotnet tool restore
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.x
7.0.x
6.0.15
7.0.4
- name: Download dotnet build-script tools
run: dotnet tool restore
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.x
7.0.x
6.0.15
7.0.4
- name: Download dotnet build-script tools
run: dotnet tool restore
Expand Down

0 comments on commit d4b29df

Please sign in to comment.