TinyLifeWeb/.config/dotnet-tools.json

12 lines
197 B
JSON
Raw Normal View History

2021-08-04 05:42:02 +02:00
{
"version": 1,
"isRoot": true,
"tools": {
"cake.tool": {
2021-11-02 15:48:47 +01:00
"version": "1.3.0",
2021-08-04 05:42:02 +02:00
"commands": [
"dotnet-cake"
]
}
}
}