From 8b62f34c97ae1062dd505031dcfaa6e4fd08c3f6 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Thu, 26 May 2022 11:24:37 -0700 Subject: [PATCH] Simplify LSP reference update --- eng/Versions.props | 7 ++++--- .../Microsoft.CodeAnalysis.EditorFeatures.Wpf.csproj | 1 + .../Microsoft.CodeAnalysis.EditorFeatures.csproj | 12 +----------- 3 files changed, 6 insertions(+), 14 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 8174b55348eb4..f7102f565f7fa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -28,6 +28,7 @@ 17.3.37-preview 5.0.0-alpha1.19409.1 5.0.0-preview.1.20112.8 + 17.3.2062-preview 17.3.2017 17.2.32505.113 16.5.0 @@ -149,12 +150,12 @@ $(VisualStudioEditorPackagesVersion) 15.8.27812-alpha $(VisualStudioEditorPackagesVersion) - 17.0.491 + $(VisualStudioEditorPackagesVersion) $(MicrosoftVisualStudioLanguageServerProtocolPackagesVersion) $(MicrosoftVisualStudioLanguageServerProtocolPackagesVersion) $(MicrosoftVisualStudioLanguageServerProtocolPackagesVersion) - 17.3.2062-preview - 17.3.2062-preview + $(MicrosoftVisualStudioLanguageServerClientPackagesVersion) + $(MicrosoftVisualStudioLanguageServerClientPackagesVersion) $(VisualStudioEditorPackagesVersion) 2.18.6 3.0.6 diff --git a/src/EditorFeatures/Core.Wpf/Microsoft.CodeAnalysis.EditorFeatures.Wpf.csproj b/src/EditorFeatures/Core.Wpf/Microsoft.CodeAnalysis.EditorFeatures.Wpf.csproj index e84bbb5b2e54b..ad0ccef2273e9 100644 --- a/src/EditorFeatures/Core.Wpf/Microsoft.CodeAnalysis.EditorFeatures.Wpf.csproj +++ b/src/EditorFeatures/Core.Wpf/Microsoft.CodeAnalysis.EditorFeatures.Wpf.csproj @@ -37,6 +37,7 @@ + diff --git a/src/EditorFeatures/Core/Microsoft.CodeAnalysis.EditorFeatures.csproj b/src/EditorFeatures/Core/Microsoft.CodeAnalysis.EditorFeatures.csproj index 66d1f63acecee..b1114118fa386 100644 --- a/src/EditorFeatures/Core/Microsoft.CodeAnalysis.EditorFeatures.csproj +++ b/src/EditorFeatures/Core/Microsoft.CodeAnalysis.EditorFeatures.csproj @@ -9,9 +9,6 @@ $(DefineConstants);EDITOR_FEATURES full - - $(NoWarn);NU1701; - Microsoft.CodeAnalysis.EditorFeatures.Common true @@ -40,14 +37,7 @@ There is a test to ensure this doesn't regress in src\EditorFeatures\Test\AssemblyReferenceTests.cs --> - - - - - - - - +