slarny4/Demo1/bin/Debug/net8.0/Demo1.runtimeconfig.json

13 lines
325 B
JSON
Raw Permalink Normal View History

2024-10-21 22:57:01 +00:00
{
"runtimeOptions": {
"tfm": "net8.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
"configProperties": {
2024-10-28 12:42:04 +00:00
"System.Reflection.NullabilityInfoContext.IsSupported": true,
2024-10-21 22:57:01 +00:00
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}