mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-06 07:26:43 -04:00
43389dd4e0
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".
7 lines
78 B
JSON
7 lines
78 B
JSON
{
|
|
"sdk": {
|
|
"version": "8.0.400",
|
|
"rollForward": "latestMinor"
|
|
}
|
|
}
|