From 0f007628f5e56efc6282db8fd60a3d231771d390 Mon Sep 17 00:00:00 2001 From: Christopher Costa Date: Thu, 29 Feb 2024 15:06:00 -0800 Subject: [PATCH] Move nuget from version 6.4.2 to 6.4.3 (#14509) Co-authored-by: David Foster (DEVOPS) false --- eng/Versions.props | 2 +- global.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index f606371b286..0d0aafdbaba 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,7 +41,7 @@ 2.3.0 13.0.3 4.7.0 - 6.4.2 + 6.4.3 $(NuGetVersioningVersion) 0.32.0 2.2.143 diff --git a/global.json b/global.json index 0b3c7bc8829..e6e9c8cb7ed 100644 --- a/global.json +++ b/global.json @@ -1,4 +1,8 @@ { + "sdk": { + "version": "7.0.116", + "rollForward": "latestFeature" + }, "tools": { "dotnet": "7.0.116" },