From 2d6dc47852167e574604a9595ff626b3fd8059ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 22:00:40 -0400 Subject: [PATCH] Bump NuGet.CommandLine from 6.10.1 to 6.12.1 (#102) Bumps [NuGet.CommandLine](https://github.com/NuGet/NuGet.Client) from 6.10.1 to 6.12.1. - [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 2357f88..7dd9316 100644 --- a/build.cake +++ b/build.cake @@ -1,4 +1,4 @@ -#tool "nuget:?package=NuGet.CommandLine&version=6.10.1" +#tool "nuget:?package=NuGet.CommandLine&version=6.12.1" #addin "nuget:?package=Cake.MinVer&version=2.0.0" #addin "nuget:?package=Cake.Args&version=2.0.0"