From 3d724c45b4ad2ad9930a15fb55251c7221d2e952 Mon Sep 17 00:00:00 2001 From: TheCakeIsNaOH Date: Thu, 14 Oct 2021 21:21:47 -0500 Subject: [PATCH] (#2382) Reference new NuGet.Core assembly in chocolatey.console In commit 545ca6c, the chocolatey.console cs project was not updated, unlike the other projects. This updates that project in line with the others. --- src/chocolatey.console/chocolatey.console.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chocolatey.console/chocolatey.console.csproj b/src/chocolatey.console/chocolatey.console.csproj index 8469be9047..0fa9f1f491 100644 --- a/src/chocolatey.console/chocolatey.console.csproj +++ b/src/chocolatey.console/chocolatey.console.csproj @@ -129,9 +129,9 @@ ..\packages\Microsoft.Web.Xdt.2.1.1\lib\net40\Microsoft.Web.XmlTransform.dll - + False - ..\..\lib\Chocolatey-NuGet.Core.2.11.0.20210506\lib\net4\NuGet.Core.dll + ..\..\lib\Chocolatey-NuGet.Core.2.11.0.20211014\lib\net4\NuGet.Core.dll ..\packages\SimpleInjector.2.5.0\lib\net40-client\SimpleInjector.dll