1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-17 14:48:46 +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": {
"version": "3.0.0",
2020-12-30 19:04:02 +01:00
"commands": [
"dotnet-cake"
]
}
}
2022-09-14 22:00:45 +02:00
}