wms_serve_m_jinwangbancai/WmsMobileServe/bin/Release/net8.0/win-x64/WmsMobileServe.runtimeconfig.json

20 lines
479 B
JSON
Raw Normal View History

{
"runtimeOptions": {
"tfm": "net8.0",
"includedFrameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.10"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "8.0.10"
}
],
"configProperties": {
"System.GC.Server": true,
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}