From 9027e4052b898743942a4b2eab95031ee95362d9 Mon Sep 17 00:00:00 2001 From: Jason Malinowski Date: Mon, 28 Mar 2016 15:06:35 -0700 Subject: [PATCH] Add a reference to Microsoft.VisualStudio.Shell.Immutable.$(VisualStudioVersion) In future versions of Shell.14.0, some types have been type forwarded to this assembly. This means we'll take a reference to Immutable.14.0 when building with 14.0, but that's fine since we won't use it. --- .../Core/SolutionExplorerShim/SolutionExplorerShim.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/VisualStudio/Core/SolutionExplorerShim/SolutionExplorerShim.csproj b/src/VisualStudio/Core/SolutionExplorerShim/SolutionExplorerShim.csproj index 104a8b70f6c..080e3efa447 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/SolutionExplorerShim.csproj +++ b/src/VisualStudio/Core/SolutionExplorerShim/SolutionExplorerShim.csproj @@ -86,6 +86,7 @@ false false false + false false True -- GitLab