VS2026 編譯
This commit is contained in:
2025-11-18 09:00:06 +08:00
parent de6a2ff114
commit 5a86d57a6a
617 changed files with 642 additions and 1306 deletions

View File

@@ -4,21 +4,21 @@
"includedFrameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.19"
"version": "8.0.22"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "8.0.19"
"version": "8.0.22"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "8.0.19"
"version": "8.0.22"
}
],
"configProperties": {
"System.GC.Server": true,
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
"CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
}
}