Raspisanie/data/bin/Debug/net8.0/data.runtimeconfig.json

13 lines
325 B
JSON
Raw Permalink Normal View History

2024-11-11 08:31:26 +00:00
{
"runtimeOptions": {
"tfm": "net8.0",
2024-12-11 08:30:05 +00:00
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
2024-11-11 08:31:26 +00:00
"configProperties": {
"System.Reflection.NullabilityInfoContext.IsSupported": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}