Skip to content

Commit

Permalink
Add dotnet-tools.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmew committed Aug 23, 2020
1 parent cb441b9 commit 2efd116
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions Feliz.MaterialUI.Pickers.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{BF60
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.github\ISSUE_TEMPLATE\BUG_REPORT.md = .github\ISSUE_TEMPLATE\BUG_REPORT.md
dotnet-tools.json = dotnet-tools.json
.github\ISSUE_TEMPLATE\FEATURE_REQUEST.md = .github\ISSUE_TEMPLATE\FEATURE_REQUEST.md
.github\PULL_REQUEST_TEMPLATE.md = .github\PULL_REQUEST_TEMPLATE.md
README.md = README.md
Expand Down
18 changes: 18 additions & 0 deletions dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"isRoot": true,
"tools": {
"fake-cli": {
"version": "5.20.2",
"commands": [
"fake"
]
},
"paket": {
"version": "5.247.4",
"commands": [
"paket"
]
}
}
}

0 comments on commit 2efd116

Please sign in to comment.