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

19 lines
434 B
JSON
Raw Normal View History

{
"runtimeOptions": {
"tfm": "net8.0",
2024-11-11 20:02:21 +00:00
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "8.0.0"
}
],
"configProperties": {
2024-11-11 20:02:21 +00:00
"System.Reflection.NullabilityInfoContext.IsSupported": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}