Skip to content

Commit

Permalink
Downgraded dotnet6 versions because of logger issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Sep 12, 2023
1 parent 33f77a4 commit b7dd949
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
dotnet-version: |
3.1.x
6.0.407
6.0.403
7.0.202
- name: Download fake-cli
run: dotnet tool restore
Expand All @@ -45,7 +45,7 @@ jobs:
with:
dotnet-version: |
3.1.x
6.0.407
6.0.403
7.0.202
- name: Download fake-cli
run: dotnet tool install fake-cli --version 5.20.4 --tool-path .
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
with:
dotnet-version: |
2.x.x
6.0.407
6.0.403
# Checkout unity packager
- name: Checkout unity-packager repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.407
6.0.403
7.0.202
- name: Download dotnet build-script tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.407
6.0.403
7.0.202
- name: Download dotnet build-script tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.407
6.0.403
7.0.202
- name: Download dotnet build-script tools
Expand Down

0 comments on commit b7dd949

Please sign in to comment.