From 221215884976b33a01c84df82a74dcbba2379dcf Mon Sep 17 00:00:00 2001 From: Fred Silberberg Date: Thu, 20 Feb 2025 15:32:34 -0800 Subject: [PATCH] Update to release nuget packages (#77261) (#77298) * Update to release nuget packages In order to publish 17.13 nuget packages, we need to update a few dependencies. I updated the minimum number of packages required from our public packages, then fixed up any restore issues. For each updated package, I then went and confirmed that the dll was actually present in 17.13.0, so we should be safe from dependency loading issues. This change does not need to be inserted into VS. * Skip tests for https://github.com/microsoft/vs-solutionpersistence/issues/95 * Skip failing tests, see https://github.com/dotnet/roslyn/issues/77293. (cherry picked from commit 33500363d0b80af7fe0171a4ebe16586a18d1e48) --- eng/Directory.Packages.props | 54 +++++++++---------- .../CSharp/CSharpGoToImplementation.cs | 4 +- .../CSharp/CSharpWinForms.cs | 8 +-- .../Test/VisualStudioMSBuildWorkspaceTests.cs | 6 +-- 4 files changed, 37 insertions(+), 35 deletions(-) diff --git a/eng/Directory.Packages.props b/eng/Directory.Packages.props index 37044d625c32f..c21a629429963 100644 --- a/eng/Directory.Packages.props +++ b/eng/Directory.Packages.props @@ -8,7 +8,7 @@ <_BasicReferenceAssembliesVersion>1.7.9 4.8.0-3.final - 17.12.145-preview + 17.13.226 9.0.0-rc.2.24462.10 6.0.0-rtm.21518.12 7.0.0-alpha.1.22060.1 @@ -44,10 +44,10 @@ - - - - + + + + @@ -56,10 +56,10 @@ - + - + @@ -91,31 +91,31 @@ Subset of Microsoft.VisualStudio.Sdk meta-package (run `csi generate-vssdk-versions.csx` to update based on VSSDK meta-package). See https://github.com/dotnet/arcade/blob/main/Documentation/MirroringPackages.md if any of these packages fail to restore. --> - - - - - - - - - - - + + + + + + + + + + + - + - - - - - - + + + + + + - +