YD_XinWei.Api/Server/YD_XinWei/bin/Release/net6.0/YD_WeChatApplet.Api.runtimeconfig.json

20 lines
469 B
JSON
Raw Normal View History

2025-01-13 21:06:59 +08:00
{
"runtimeOptions": {
"tfm": "net6.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "6.0.0"
}
],
"configProperties": {
"System.GC.Server": true,
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}