mh_custom/wtmProject/obj/Release/net6.0/PubTmp/Out/wtmProject.runtimeconfig.json

21 lines
557 B
JSON
Raw Permalink Normal View History

2024-05-28 14:49:22 +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.Reflection.NullabilityInfoContext.IsSupported": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
2024-05-16 17:30:33 +08:00
}