Skip to content

Commit

Permalink
chore: removed all dotnet tools not used
Browse files Browse the repository at this point in the history
  • Loading branch information
granitdula committed Dec 28, 2023
1 parent 90a90dd commit 134cad6
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-format": {
"version": "5.1.250801",
"commands": [
"dotnet-format"
]
},
"dotnet-sonarscanner": {
"version": "6.0.0",
"commands": [
"dotnet-sonarscanner"
]
}
}
"tools": {}
}

0 comments on commit 134cad6

Please sign in to comment.