myWebLog/.config/dotnet-tools.json

12 lines
148 B
JSON
Raw Normal View History

{
"version": 1,
"isRoot": true,
"tools": {
"fake-cli": {
"version": "5.22.0",
"commands": [
"fake"
]
}
}
}