Skip to content

Commit b0388bc

Browse files
authored
Make the .NET global.json file global (#3297)
Move the global.json file to the repo root, which should make `dotnet` resolve the correct SDK regardless of the directory it is run in. Where a copy of the global.json file is needed, symlink it to the one at the root. Should fix "C#/Unity - Test Suite".
1 parent d071eb6 commit b0388bc

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

examples~/quickstart-chat/server/global.json

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../global.json

examples~/regression-tests/server/global.json

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../global.json

0 commit comments

Comments
 (0)