This repository has been archived on 2026-01-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Firefly_Proxy/Guardian/bin/Release/net8.0-windows/win-x86/FireflySR.Tool.Proxy.Guardian.runtimeconfig.json

18 lines
519 B
JSON

{
"runtimeOptions": {
"tfm": "net8.0",
"includedFrameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.12"
}
],
"configProperties": {
"System.Globalization.Invariant": true,
"System.Globalization.PredefinedCulturesOnly": true,
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
"CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
}
}
}