mirror of
https://github.com/Facepunch/sbox-public.git
synced 2026-01-23 05:39:39 -05:00
This commit imports the C# engine code and game files, excluding C++ source code. [Source-Commit: ceb3d758046e50faa6258bc3b658a30c97743268]
16 lines
410 B
JSON
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
|
|
}
|
|
}
|
|
} |