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

13 lines
325 B
JSON
Raw Permalink Normal View History

2024-10-17 11:46:19 +00:00
{
"runtimeOptions": {
"tfm": "net8.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
"configProperties": {
2024-10-24 15:57:52 +00:00
"System.Reflection.NullabilityInfoContext.IsSupported": true,
2024-10-17 11:46:19 +00:00
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}