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-08 08:36:48 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2019-01-11 04:42:15 +0300
commit8d86121640d63da9e9efdf65e567e045d2720b11 (patch)
treeac3706cbf0cf8dd1f90f74a7d8c55aa6ea9dc674 /main/Directory.Build.props
parent1f04e4e5b8f2989a048e86289d8f6b8a67b14154 (diff)
Track Roslyn 3.0.0-beta2-19055-09 upgrade in editor
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 9705f3ec02..4b8328e894 100644
--- a/main/Directory.Build.props
+++ b/main/Directory.Build.props
@@ -7,7 +7,7 @@
<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-63410-10</NuGetVersionRoslyn>
+ <NuGetVersionRoslyn>3.0.0-beta2-19055-09</NuGetVersionRoslyn>
<NuGetVersionVSEditor>15.8.519</NuGetVersionVSEditor>
<NuGetVersionAllocationAnalyzer>1.0.0.9</NuGetVersionAllocationAnalyzer>
<NuGetVersionErrorProneNetStructs>0.1.2</NuGetVersionErrorProneNetStructs>