Skip to content

Commit

Permalink
Revert "upgraded global.json requirement to dotnet 7"
Browse files Browse the repository at this point in the history
This reverts commit 8eac3a8.
  • Loading branch information
sacOO7 committed Mar 28, 2024
1 parent 8eac3a8 commit 06c3995
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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: |
7.0.305
6.0.411
7.0.100
- 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: |
7.0.305
6.0.411
7.0.100
- 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: |
7.0.305
6.0.411
7.0.100
- name: Download dotnet build-script tools
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.305",
"version": "6.0.411",
"rollForward": "disable"
}
}

0 comments on commit 06c3995

Please sign in to comment.