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:
authorAnže Vodovnik <anvod@microsoft.com>2019-03-29 14:18:33 +0300
committerAnže Vodovnik <anvod@microsoft.com>2019-04-05 11:54:34 +0300
commit76e75168a64dbdb0f206980cfb27c5c90ab616ae (patch)
tree2e0a4652033deaeaeccee6f158fd705c8b8cd91d /main/Directory.Build.props
parentbb974bf7ba8ed3f329fdd92230dc5eff839e4e1c (diff)
Bumping Roslyn to align with Dev16.1p1. This fixes a regression with Suffix not being surfaced.
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 6898722e9d..f4874fd1b2 100644
--- a/main/Directory.Build.props
+++ b/main/Directory.Build.props
@@ -17,7 +17,7 @@
<NuGetVersionNewtonsoftJson>10.0.3</NuGetVersionNewtonsoftJson>
<NuGetVersionNUnit2>2.7.0</NuGetVersionNUnit2>
<NuGetVersionNUnit3>3.9.0</NuGetVersionNUnit3>
- <NuGetVersionRoslyn>3.0.0-beta4-19157-04</NuGetVersionRoslyn>
+ <NuGetVersionRoslyn>3.1.0-beta1-19179-01</NuGetVersionRoslyn>
<NuGetVersionVSCodeDebugProtocol>15.8.20719.1</NuGetVersionVSCodeDebugProtocol>
<NuGetVersionVSComposition>15.8.112</NuGetVersionVSComposition>
<NuGetVersionVSEditor>16.0.379-g4a55b0e4f2</NuGetVersionVSEditor>