Files
sbox-public/game/bin/runtimeconfig.json
s&box team 71f266059a Open source release
This commit imports the C# engine code and game files, excluding C++ source code.

[Source-Commit: ceb3d758046e50faa6258bc3b658a30c97743268]
2025-11-24 09:05:18 +00:00

16 lines
410 B
JSON

{
"runtimeOptions": {
"tfm": "net7.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "7.0.2"
},
"configProperties": {
"System.GC.Server": true,
"System.GC.Concurrent": true,
"System.Runtime.TieredCompilation": true,
"System.Runtime.TieredCompilation.QuickJit": true,
"System.Net.Http.SocketsHttpHandler.Http2Support": false
}
}
}