Files
SpacetimeDB/global.json
T
Kim Altintop 43389dd4e0 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".
2025-09-30 16:39:21 +00:00

7 lines
78 B
JSON

{
"sdk": {
"version": "8.0.400",
"rollForward": "latestMinor"
}
}