From 23c0216e0045891fb6368f967a41252a430d67d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 03:07:47 +0000 Subject: [PATCH] Bump gitversion.tool from 5.6.8 to 6.7.0 --- updated-dependencies: - dependency-name: gitversion.tool dependency-version: 6.7.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .config/dotnet-tools.json | 52 +++++++++++++++++++++++---------------- 1 file changed, 31 insertions(+), 21 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index d1baa98..cf0bbbf 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -2,25 +2,35 @@ "version": 1, "isRoot": true, "tools": { - "dotnet-outdated": { - "version": "2.11.0", - "commands": ["dotnet-outdated"] - }, - "gitversion.tool": { - "version": "5.6.8", - "commands": ["dotnet-gitversion"] - }, - "dotnet-reportgenerator-globaltool": { - "version": "4.8.7", - "commands": ["reportgenerator"] - }, - "nuke.globaltool": { - "version": "5.2.1", - "commands": ["nuke"] - }, - "codecov.tool": { - "version": "1.13.0", - "commands": ["codecov"] - } + "dotnet-outdated": { + "version": "2.11.0", + "commands": [ + "dotnet-outdated" + ] + }, + "gitversion.tool": { + "version": "6.7.0", + "commands": [ + "dotnet-gitversion" + ] + }, + "dotnet-reportgenerator-globaltool": { + "version": "4.8.7", + "commands": [ + "reportgenerator" + ] + }, + "nuke.globaltool": { + "version": "5.2.1", + "commands": [ + "nuke" + ] + }, + "codecov.tool": { + "version": "1.13.0", + "commands": [ + "codecov" + ] + } } -} +} \ No newline at end of file