pr1/presence/data/bin/Debug/net9.0/data.runtimeconfig.json

13 lines
325 B
JSON
Raw Normal View History

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