Skip to content

Commit

Permalink
fix: rollback to .net 7 until github updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa committed Sep 26, 2023
1 parent 9a9fad5 commit b1a21dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/visual_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
with:
# Use the .NET SDK from global.json in the root of the repository.
global-json-file: global.json
dotnet-quality: 'preview'

- name: 📦 Restore Dependencies
run: dotnet restore
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": "8.0.100-rc.1",
"version": "7.0.100",
"rollForward": "major"
},
"msbuild-sdks": {
Expand Down

0 comments on commit b1a21dd

Please sign in to comment.