Skip to content

Commit e27b965

Browse files
committed
add tool manifest including tcli
1 parent 8298d27 commit e27b965

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.config/dotnet-tools.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"version": 1,
3+
"isRoot": true,
4+
"tools": {
5+
"tcli": {
6+
"version": "0.2.3",
7+
"commands": [
8+
"tcli"
9+
]
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)