dotfiles/bin/GodotSharp/Api/Debug/GodotPlugins.runtimeconfig.json

13 lines
291 B
JSON
Raw Normal View History

2025-01-18 20:12:19 +01:00
{
"runtimeOptions": {
"tfm": "net8.0",
"rollForward": "LatestMajor",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}