Files
Min-Client-Datasheets/Tools/novadrop-dc/novadrop-dc.runtimeconfig.json
2025-03-16 00:43:03 -05:00

14 lines
317 B
JSON

{
"runtimeOptions": {
"tfm": "net8.0",
"rollForward": "Major",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
"configProperties": {
"System.GC.Server": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}