From 654517aa5c83efb5ffe09387e6e391d29ac5900b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 15:26:28 +0000 Subject: [PATCH] test(deps): update dependency nuget to v7.6.0 --- test/Dockerfile.distro | 2 +- test/latest/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Dockerfile.distro b/test/Dockerfile.distro index 9626976019..31f7c9518b 100644 --- a/test/Dockerfile.distro +++ b/test/Dockerfile.distro @@ -197,7 +197,7 @@ FROM build AS test-mono RUN install-tool mono 6.14.1 # renovate: datasource=nuget packageName=NuGet.CommandLine -RUN install-tool nuget 7.3.1 +RUN install-tool nuget 7.6.0 #-------------------------------------- # Image: test-node diff --git a/test/latest/Dockerfile b/test/latest/Dockerfile index ec1508cba5..4487c9935d 100644 --- a/test/latest/Dockerfile +++ b/test/latest/Dockerfile @@ -370,7 +370,7 @@ USER 12021 RUN install-tool mono 6.14.1 # renovate: datasource=nuget packageName=NuGet.CommandLine -RUN install-tool nuget 7.3.1 +RUN install-tool nuget 7.6.0 RUN nuget search nuget.commandline -Take 1