Files
Ramitta-lib/template/bin/Debug/net8.0-windows/template.runtimeconfig.json

20 lines
491 B
JSON
Raw Normal View History

2025-08-29 14:57:55 +08:00
{
"runtimeOptions": {
"tfm": "net8.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "8.0.0"
}
],
"configProperties": {
2025-09-12 18:34:33 +08:00
"MVVMTOOLKIT_ENABLE_INOTIFYPROPERTYCHANGING_SUPPORT": true,
2025-08-29 14:57:55 +08:00
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true,
"CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
}
}
}