Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/Directory.Build.props2
-rw-r--r--main/msbuild/ReferencesVSEditor.Windows.props2
2 files changed, 2 insertions, 2 deletions
diff --git a/main/Directory.Build.props b/main/Directory.Build.props
index d54fe3f6da..f4e039b2fe 100644
--- a/main/Directory.Build.props
+++ b/main/Directory.Build.props
@@ -18,6 +18,6 @@
<NuGetVersionRoslyn>3.0.0-beta2-19055-09</NuGetVersionRoslyn>
<NuGetVersionVSCodeDebugProtocol>15.8.20719.1</NuGetVersionVSCodeDebugProtocol>
<NuGetVersionVSComposition>15.8.112</NuGetVersionVSComposition>
- <NuGetVersionVSEditor>16.0.127</NuGetVersionVSEditor>
+ <NuGetVersionVSEditor>16.0.379-g4a55b0e4f2</NuGetVersionVSEditor>
</PropertyGroup>
</Project>
diff --git a/main/msbuild/ReferencesVSEditor.Windows.props b/main/msbuild/ReferencesVSEditor.Windows.props
index 89c2405a6f..d81354673f 100644
--- a/main/msbuild/ReferencesVSEditor.Windows.props
+++ b/main/msbuild/ReferencesVSEditor.Windows.props
@@ -19,7 +19,7 @@
However we do reference quite a few of the types from the package on Windows, so we need to be able to
reference it. Currently it gets added to ReferenceCopyLocalPaths but not to _ReferencesFromNuGetPackages.-->
<ItemGroup>
- <Reference Include="$(NuGetPackageRoot)Microsoft.VisualStudio.Platform.VSEditor\$(NuGetVersionVSEditor)\lib\net46\Microsoft.VisualStudio.Platform.VSEditor.dll">
+ <Reference Include="$(NuGetPackageRoot)Microsoft.VisualStudio.Platform.VSEditor\$(NuGetVersionVSEditor)\lib\net472\Microsoft.VisualStudio.Platform.VSEditor.dll">
<Private>false</Private>
</Reference>
</ItemGroup>