COVID-19_Model/Covid/bin/Debug/net8.0-windows/Covid.runtimeconfig.json

18 lines
369 B
JSON
Raw Normal View History

2025-04-28 17:22:13 +00:00
{
"runtimeOptions": {
"tfm": "net8.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "8.0.0"
}
],
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true
}
}
}