Files
Wx_WxCheck_Prod/WxCheckMvc/bin/Release/net8.0/WxCheckMvc.runtimeconfig.json

20 lines
469 B
JSON
Raw Normal View History

2025-12-11 11:06:11 +08:00
{
"runtimeOptions": {
"tfm": "net8.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "8.0.0"
}
],
"configProperties": {
"System.GC.Server": true,
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}