Skip to content

Commit

Permalink
Use paket as dotnet cli tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed May 27, 2020
1 parent 7cb5238 commit 13541a0
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 117 deletions.
12 changes: 12 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"paket": {
"version": "5.245.2",
"commands": [
"paket"
]
}
}
}
Loading

0 comments on commit 13541a0

Please sign in to comment.