Files
Leader.DriveThru/bin/Leader.DriveThru.runtimeconfig.json
Alex 5a86d57a6a 1.0.1
VS2026 編譯
2025-11-18 09:00:06 +08:00

25 lines
628 B
JSON

{
"runtimeOptions": {
"tfm": "net8.0",
"includedFrameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.22"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "8.0.22"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "8.0.22"
}
],
"configProperties": {
"System.GC.Server": true,
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
"CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
}
}
}