DemoService/bin/Debug/net8.0/DemoService.runtimeconfig.json

14 lines
401 B
JSON
Raw Normal View History

2024-09-04 07:09:08 +00:00
{
"runtimeOptions": {
"tfm": "net8.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
"configProperties": {
2024-09-05 13:11:39 +00:00
"System.Reflection.NullabilityInfoContext.IsSupported": true,
2024-09-04 07:09:08 +00:00
"System.Runtime.InteropServices.BuiltInComInterop.IsSupported": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}