Skip to content

Commit 9d8a09e

Browse files
committed
Install local tools paket and fake-cli
1 parent 05f3378 commit 9d8a09e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.config/dotnet-tools.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"version": 1,
3+
"isRoot": true,
4+
"tools": {
5+
"paket": {
6+
"version": "5.258.1",
7+
"commands": [
8+
"paket"
9+
]
10+
},
11+
"fake-cli": {
12+
"version": "5.20.4",
13+
"commands": [
14+
"fake"
15+
]
16+
}
17+
}
18+
}

0 commit comments

Comments
 (0)