From a96535fa83fa110e339c386932f83c9e252d756e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Dec 2021 09:27:09 -0400 Subject: [PATCH] Bump NuGet.CommandLine from 5.11.0 to 6.0.0 (#31) Bumps [NuGet.CommandLine](https://github.com/NuGet/NuGet.Client) from 5.11.0 to 6.0.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 3a00934..6fae4aa 100644 --- a/build.cake +++ b/build.cake @@ -1,4 +1,4 @@ -#tool "nuget:?package=NuGet.CommandLine&version=5.11.0" +#tool "nuget:?package=NuGet.CommandLine&version=6.0.0" #tool "nuget:?package=7-Zip.CommandLine&version=18.1.0" #addin "nuget:?package=Cake.MinVer&version=1.0.1"