mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-14 16:02:50 +08:00

* Renames Spectre.Cli to Spectre.Console.Cli. * Now uses Verify with Spectre.Console.Cli tests. * Removes some duplicate definitions. Closes #168
24 lines
362 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
} |