Skip to content

Commit

Permalink
Add dotnet-format tool and remove nuke
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauricio Dominguez committed Feb 20, 2020
1 parent 89ae367 commit 67ab3be
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
"version": 1,
"isRoot": true,
"tools": {
"nuke.globaltool": {
"version": "0.22.2",
"commands": [
"nuke"
]
"dotnet-format": {
"version": "3.3.111304",
"commands": ["dotnet-format"]
}
}
}
}

0 comments on commit 67ab3be

Please sign in to comment.