spectre.console/dotnet-tools.json
Patrik Svensson 0ae419326d Add Spectre.Cli to Spectre.Console
* Renames Spectre.Cli to Spectre.Console.Cli.
* Now uses Verify with Spectre.Console.Cli tests.
* Removes some duplicate definitions.

Closes #168
2020-12-28 17:28:03 +01:00

24 lines
362 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"cake.tool": {
"version": "1.0.0-rc0002",
"commands": [
"dotnet-cake"
]
},
"gpr": {
"version": "0.1.224",
"commands": [
"gpr"
]
},
"dotnet-example": {
"version": "1.2.0",
"commands": [
"dotnet-example"
]
}
}
}