Browse Source

Install local tools paket and fake-cli

pull/858/head
Christoph Ruegg 5 years ago
parent
commit
9d8a09ef32
  1. 18
      .config/dotnet-tools.json

18
.config/dotnet-tools.json

@ -0,0 +1,18 @@
{
"version": 1,
"isRoot": true,
"tools": {
"paket": {
"version": "5.258.1",
"commands": [
"paket"
]
},
"fake-cli": {
"version": "5.20.4",
"commands": [
"fake"
]
}
}
}
Loading…
Cancel
Save