pr1/presence/Presence.Desktop/bin/Debug/net8.0/Presence.Desktop.runtimeconfig.json

13 lines
333 B
JSON
Raw Normal View History

2024-11-20 17:50:01 +00:00
{
"runtimeOptions": {
"tfm": "net8.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
"configProperties": {
2024-12-05 09:30:01 +00:00
"System.Runtime.InteropServices.BuiltInComInterop.IsSupported": true,
2024-11-20 17:50:01 +00:00
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}