GreatSpringGameJam/.config/dotnet-tools.json

18 lines
262 B
JSON
Raw Normal View History

2021-03-18 20:40:04 +01:00
{
"version": 1,
"isRoot": true,
"tools": {
"gamebundle": {
"version": "1.3.1",
"commands": [
"gamebundle"
]
},
"butlerdotnet": {
"version": "1.0.1",
"commands": [
"dotnet-butler"
]
2021-03-18 20:40:04 +01:00
}
}
}