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-02-21 21:19:39 +0300
committerSandy Armstrong <sandy@xamarin.com>2019-02-22 22:32:23 +0300
commitd3a202a828f0a04f6d87df54e4de3f3ede7a2e77 (patch)
treec3e7485716d1800f597f596d201954a83f019e0e /main/Directory.Build.props
parent261384c30ca3696b667aff746a4592a9b285f07d (diff)
Bump Roslyn to 3.0.0-beta4-19121-07
Fixes: https://github.com/dotnet/roslyn/issues/32940 Fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/769260 Fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/772480
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 e0e9ef1cb0..26bd0fbb24 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-beta3-19105-04</NuGetVersionRoslyn>
+ <NuGetVersionRoslyn>3.0.0-beta4-19121-07</NuGetVersionRoslyn>
<NuGetVersionVSCodeDebugProtocol>15.8.20719.1</NuGetVersionVSCodeDebugProtocol>
<NuGetVersionVSComposition>15.8.112</NuGetVersionVSComposition>
<NuGetVersionVSEditor>16.0.379-g4a55b0e4f2</NuGetVersionVSEditor>