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:
authorKirill Osenkov <KirillOsenkov@users.noreply.github.com>2019-02-01 09:22:21 +0300
committerGitHub <noreply@github.com>2019-02-01 09:22:21 +0300
commitf54e67473965deb5efddba03ec636699076c4be3 (patch)
tree83a8594302d31ad2ed4b239d66b541c102f34e9c /main/msbuild
parent2eddc38b8bf8067b523e20b6b216cf106f4a8d6f (diff)
Bump VS Editor to latest on Windows. (#138)
Diffstat (limited to 'main/msbuild')
-rw-r--r--main/msbuild/ReferencesVSEditor.Windows.props2
1 files changed, 1 insertions, 1 deletions
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>