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

19 lines
434 B
JSON
Raw Normal View History

2024-10-21 22:57:01 +00:00
{
"runtimeOptions": {
"tfm": "net8.0",
2024-11-25 04:33:26 +00:00
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "8.0.0"
}
],
2024-10-21 22:57:01 +00:00
"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
}
}
}