From 527f507e03984b0eb93ffa415b35326b18be101c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 11:00:42 +0000 Subject: [PATCH] chore: removed unused tools from dotnet-tools.json (#127) * 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] * chore: removed all dotnet tools not used --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Granit Dula --- .config/dotnet-tools.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index b5bddef..b0e38ab 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -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": {} } \ No newline at end of file