1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-19 07:31:22 +02:00
MLEM/.config/dotnet-tools.json

13 lines
156 B
JSON
Raw Normal View History

2020-12-30 19:04:02 +01:00
{
"version": 1,
"isRoot": true,
"tools": {
"cake.tool": {
2022-09-14 22:00:45 +02:00
"version": "2.2.0",
2020-12-30 19:04:02 +01:00
"commands": [
"dotnet-cake"
]
}
}
2022-09-14 22:00:45 +02:00
}