Files
DJDPersonal/Plugins/UnrealCLR/Managed/UnrealEngine.Runtime.runtimeconfig.json
T
2021-10-28 19:01:03 +05:00

14 lines
287 B
JSON

{
"runtimeOptions": {
"tfm": "net5.0",
"rollForward": "LatestMinor",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "5.0.0"
},
"configProperties": {
"System.GC.Server": false,
"System.Runtime.TieredCompilation": false
}
}
}