dotfiles/bin/GodotSharp/Api/Release/GodotPlugins.runtimeconfig.json
2025-01-18 20:12:19 +01:00

14 lines
No EOL
362 B
JSON

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