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:
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>2019-01-07 23:14:39 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2019-01-07 23:37:55 +0300
commitca78bf8f5953e9011b9f04db40cc0971736248e3 (patch)
tree45fa4797c6b883a2bbf239066bfc8833b898e32b /main/Directory.Build.props
parentbe9302c3b8c14fbde009f4a6350e091edecbf4c5 (diff)
parent270770894182fe9493ed87307ac2556b58d737b6 (diff)
Merge branch 'master' into editor
Diffstat (limited to 'main/Directory.Build.props')
-rw-r--r--main/Directory.Build.props5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/Directory.Build.props b/main/Directory.Build.props
index c66f6f119a..9705f3ec02 100644
--- a/main/Directory.Build.props
+++ b/main/Directory.Build.props
@@ -7,8 +7,11 @@
<ReferencesVSEditor Condition=" '$(OS)' == 'Windows_NT' ">$(RootDirectory)\msbuild\ReferencesVSEditor.Windows.props</ReferencesVSEditor>
<ReferencesVSEditor Condition=" '$(OS)' != 'Windows_NT' ">$(RootDirectory)\msbuild\ReferencesVSEditor.Mac.props</ReferencesVSEditor>
<ReferencesGtk>$(RootDirectory)\msbuild\ReferencesGtk.props</ReferencesGtk>
- <NuGetVersionRoslyn>2.10.0-beta2-63315-04</NuGetVersionRoslyn>
+ <NuGetVersionRoslyn>2.10.0-beta2-63410-10</NuGetVersionRoslyn>
<NuGetVersionVSEditor>15.8.519</NuGetVersionVSEditor>
+ <NuGetVersionAllocationAnalyzer>1.0.0.9</NuGetVersionAllocationAnalyzer>
+ <NuGetVersionErrorProneNetStructs>0.1.2</NuGetVersionErrorProneNetStructs>
+ <NuGetVersionMonoDevelopAnalyzers>0.1.0.1</NuGetVersionMonoDevelopAnalyzers>
</PropertyGroup>
</Project>