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/Directory.Build.props
parent2eddc38b8bf8067b523e20b6b216cf106f4a8d6f (diff)
Bump VS Editor to latest on Windows. (#138)
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 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>