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 <github@osenkov.com>2018-08-16 06:23:32 +0300
committerKirill Osenkov <github@osenkov.com>2018-08-21 02:00:03 +0300
commit5a6e365a2b2d8c3105e02126dc726a55d603f3ec (patch)
treed97b60a9d3874b0e2f417a2ec42f36950f8af588 /main/Directory.Build.props
parent0500bfb87cd18276271e579d8ba96312cfb171d1 (diff)
Update VS Editor to 15.8.
Delete unused QuickInfo code (will use from Editor .dll when we switch our Tooltips to VS QuickInfo). Implement ITextView2 and integrate IMultiSelectionBroker. Correct usage of IFileToContentTypeService. Bump VSEditor NuGet to 15.2.2-pre.
Diffstat (limited to 'main/Directory.Build.props')
-rw-r--r--main/Directory.Build.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Directory.Build.props b/main/Directory.Build.props
index e7f90a5eaa..c4f1748aac 100644
--- a/main/Directory.Build.props
+++ b/main/Directory.Build.props
@@ -6,7 +6,7 @@
<ReferencesRoslyn>$(RootDirectory)\msbuild\ReferencesRoslyn.props</ReferencesRoslyn>
<ReferencesVSEditor>$(RootDirectory)\msbuild\ReferencesVSEditor.props</ReferencesVSEditor>
<NuGetVersionRoslyn>2.9.0-beta8-63130-02</NuGetVersionRoslyn>
- <NuGetVersionVSEditor>15.8.238-preview</NuGetVersionVSEditor>
+ <NuGetVersionVSEditor>15.8.519</NuGetVersionVSEditor>
</PropertyGroup>
</Project>