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>2018-01-12 00:13:14 +0300
committerGitHub <noreply@github.com>2018-01-12 00:13:14 +0300
commite46ddb15299d4ae970ec6c554e30c8e322d2dd92 (patch)
tree651171cd4505db2dbba271210a7ada7ffda9961d /main/Directory.Build.props
parentc96e573e67e78cfee54d34396df9ddc017bb662a (diff)
Port https://github.com/mono/monodevelop/commit/fae88ba39700153bafb9a184187294ef0fd37908 to d15-6 (#3632)
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 273008b53c..c651ca1ad2 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.7.0-beta3-62509-03</NuGetVersionRoslyn>
- <NuGetVersionVSEditor>15.6.150-preview</NuGetVersionVSEditor>
+ <NuGetVersionVSEditor>15.6.161-preview</NuGetVersionVSEditor>
</PropertyGroup>
</Project>