From 2dc2251c1d4f2831b87c275c858115dcbef16f76 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 13:08:48 -0300 Subject: [PATCH] Bump NuGet.CommandLine from 6.6.1 to 6.7.0 (#115) Bumps [NuGet.CommandLine](https://github.com/NuGet/NuGet.Client) from 6.6.1 to 6.7.0. - [Release notes](https://github.com/NuGet/NuGet.Client/releases) - [Commits](https://github.com/NuGet/NuGet.Client/commits) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- build.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cake b/build.cake index 588b0de..5bf2e1c 100644 --- a/build.cake +++ b/build.cake @@ -1,4 +1,4 @@ -#tool "nuget:?package=NuGet.CommandLine&version=6.6.1" +#tool "nuget:?package=NuGet.CommandLine&version=6.7.0" #tool "nuget:?package=7-Zip.CommandLine&version=18.1.0" #addin "nuget:?package=Cake.MinVer&version=2.0.0"