UIStandard/UIStandard.Start/bin/Debug/net8.0-windows/UIStandard.Start.runtimeconfig.json

19 lines
425 B
JSON
Raw Normal View History

2025-04-10 01:25:45 +00:00
{
"runtimeOptions": {
"tfm": "net8.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "8.0.0"
}
],
"configProperties": {
2025-04-12 00:14:30 +00:00
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true,
"CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
2025-04-10 01:25:45 +00:00
}
}
}