godot_rl_3DCarParking / bin /data_3DCarParkingExample_linuxbsd_x86_64 /3DCarParkingExample.runtimeconfig.json
edbeeching's picture
edbeeching HF staff
Upload folder using huggingface_hub
29f1d50 verified
raw
history blame
No virus
272 Bytes
{
"runtimeOptions": {
"tfm": "net6.0",
"includedFrameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.27"
}
],
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}