lyra_game_ue/Binaries/DotNET/AutomationTool/AutomationScripts/UnrealBuildTool.runtimeconfig.json
Goran Lazarevski 3bcab085f8 Initial commit
2025-03-20 11:06:26 +01:00

18 lines
510 B
JSON

{
"runtimeOptions": {
"tfm": "net8.0",
"rollForward": "Major",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
"configProperties": {
"System.GC.Server": true,
"System.GC.HeapCount": 32,
"System.Globalization.Invariant": true,
"System.Globalization.UseNls": true,
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}