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

13 lines
291 B
JSON

{
"runtimeOptions": {
"tfm": "net8.0",
"rollForward": "LatestMajor",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}