Files
SuperVPN/desktop_global/bin/Release/net8.0/VideoReader-Global.runtimeconfig.json
2025-10-12 10:59:34 +09:00

13 lines
328 B
JSON

{
"runtimeOptions": {
"tfm": "net8.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}