Skip to content

Commit

Permalink
chore: removed unused tools from dotnet-tools.json (#127)
Browse files Browse the repository at this point in the history
* fix(deps): bump dotnet-sonarscanner from 5.14.0 to 6.0.0

Bumps dotnet-sonarscanner from 5.14.0 to 6.0.0.

---
updated-dependencies:
- dependency-name: dotnet-sonarscanner
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: removed all dotnet tools not used

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Granit Dula <[email protected]>
  • Loading branch information
dependabot[bot] and granitdula authored Dec 29, 2023
1 parent 48ec293 commit 527f507
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": "5.14.0",
"commands": [
"dotnet-sonarscanner"
]
}
}
"tools": {}
}

0 comments on commit 527f507

Please sign in to comment.