TinyLifeExampleMod/.config/dotnet-tools.json
2022-12-12 19:21:22 +01:00

13 lines
156 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"cake.tool": {
"version": "3.0.0",
"commands": [
"dotnet-cake"
]
}
}
}