mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 00:42:51 +08:00
18 lines
265 B
JSON
18 lines
265 B
JSON
{
|
|
"version": 1,
|
|
"isRoot": true,
|
|
"tools": {
|
|
"cake.tool": {
|
|
"version": "4.0.0",
|
|
"commands": [
|
|
"dotnet-cake"
|
|
]
|
|
},
|
|
"dotnet-example": {
|
|
"version": "2.0.0",
|
|
"commands": [
|
|
"dotnet-example"
|
|
]
|
|
}
|
|
}
|
|
} |