Files
OnDoc/OnDocWPF/bin/Debug/net8.0-windows/OnDocWPF.runtimeconfig.json
Stefan Hutter 67a60e1f43 update 20260303
2026-03-04 18:22:18 +01:00

19 lines
425 B
JSON

{
"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,
"CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
}
}
}