TinyLifeExampleMod/.config/dotnet-tools.json

12 lines
155 B
JSON

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