presence123/Demo/bin/Debug/net8.0/Demo.runtimeconfig.json

12 lines
257 B
JSON
Raw Normal View History

2024-10-30 09:06:35 +00:00
{
"runtimeOptions": {
"tfm": "net8.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}