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:
authorSandy Armstrong <sandy@xamarin.com>2019-03-01 19:40:45 +0300
committerSandy Armstrong <sandy@xamarin.com>2019-03-01 19:40:45 +0300
commitdd9172fb1c4a8bdfa1f05a0ddc43196660897b54 (patch)
tree9ef0d6efa1109d3a501e5402786e1fd1ec31e6ee /main/Directory.Build.props
parentc1e025728ab2de6b60ab87a660cdf97685aa489e (diff)
Bump Roslyn to 3.0.0-beta4-19128-02
This gets us https://github.com/dotnet/roslyn/pull/33666. Fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/800832
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 26bd0fbb24..a9ad8f23c0 100644
--- a/main/Directory.Build.props
+++ b/main/Directory.Build.props
@@ -15,7 +15,7 @@
<NuGetVersionNewtonsoftJson>10.0.3</NuGetVersionNewtonsoftJson>
<NuGetVersionNUnit2>2.7.0</NuGetVersionNUnit2>
<NuGetVersionNUnit3>3.9.0</NuGetVersionNUnit3>
- <NuGetVersionRoslyn>3.0.0-beta4-19121-07</NuGetVersionRoslyn>
+ <NuGetVersionRoslyn>3.0.0-beta4-19128-02</NuGetVersionRoslyn>
<NuGetVersionVSCodeDebugProtocol>15.8.20719.1</NuGetVersionVSCodeDebugProtocol>
<NuGetVersionVSComposition>15.8.112</NuGetVersionVSComposition>
<NuGetVersionVSEditor>16.0.379-g4a55b0e4f2</NuGetVersionVSEditor>