This commit is contained in:
2025-02-26 14:53:02 +08:00
commit 0c985bcd3f
693 changed files with 69501 additions and 0 deletions

View File

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