mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-13 15:42:50 +08:00
24 lines
355 B
JSON
24 lines
355 B
JSON
{
|
|
"version": 1,
|
|
"isRoot": true,
|
|
"tools": {
|
|
"cake.tool": {
|
|
"version": "3.0.0",
|
|
"commands": [
|
|
"dotnet-cake"
|
|
]
|
|
},
|
|
"gpr": {
|
|
"version": "0.1.281",
|
|
"commands": [
|
|
"gpr"
|
|
]
|
|
},
|
|
"dotnet-example": {
|
|
"version": "1.6.0",
|
|
"commands": [
|
|
"dotnet-example"
|
|
]
|
|
}
|
|
}
|
|
} |