Demo_Validation/bin/Debug/net9.0/Demo_Validation.runtimeconfig.json

14 lines
401 B
JSON
Raw Normal View History

2025-01-28 10:05:14 +00:00
{
"runtimeOptions": {
"tfm": "net9.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "9.0.0"
},
"configProperties": {
"System.Reflection.NullabilityInfoContext.IsSupported": true,
"System.Runtime.InteropServices.BuiltInComInterop.IsSupported": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}