From a5f3650ef27186757ac598090409b4df9d941f12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 00:02:17 -0300 Subject: [PATCH] Bump nuke.globaltool from 7.0.2 to 7.0.6 (#24) Bumps [nuke.globaltool](https://github.com/nuke-build/nuke) from 7.0.2 to 7.0.6. - [Release notes](https://github.com/nuke-build/nuke/releases) - [Changelog](https://github.com/nuke-build/nuke/blob/develop/CHANGELOG.md) - [Commits](https://github.com/nuke-build/nuke/compare/7.0.2...7.0.6) --- updated-dependencies: - dependency-name: nuke.globaltool dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .config/dotnet-tools.json | 44 +++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index f138355..64aa52d 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -1,24 +1,24 @@ { - "version": 1, - "isRoot": true, - "tools": { - "dotnet-format": { - "version": "5.1.250801", - "commands": [ - "dotnet-format" - ] - }, - "dotnet-reportgenerator-globaltool": { - "version": "5.2.0", - "commands": [ - "reportgenerator" - ] - }, - "nuke.globaltool": { - "version": "7.0.2", - "commands": [ - "nuke" - ] - } + "version": 1, + "isRoot": true, + "tools": { + "dotnet-format": { + "version": "5.1.250801", + "commands": [ + "dotnet-format" + ] + }, + "dotnet-reportgenerator-globaltool": { + "version": "5.2.0", + "commands": [ + "reportgenerator" + ] + }, + "nuke.globaltool": { + "version": "7.0.6", + "commands": [ + "nuke" + ] } -} + } +} \ No newline at end of file