Skip to content

Commit 4a85cc9

Browse files
committed
C#: Add tool file for paket.
1 parent ab7d30a commit 4a85cc9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

csharp/.config/dotnet-tools.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"version": 1,
3+
"isRoot": true,
4+
"tools": {
5+
"paket": {
6+
"version": "8.0.3",
7+
"commands": [
8+
"paket"
9+
]
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)