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
committerSandy Armstrong <sandy@xamarin.com>2019-05-08 18:58:06 +0300
commit5f860c468222db2a5fed6a7031f0309c68c2f175 (patch)
tree049da81ae343814d0ccb4b7e7f7009a9c8444828 /main/Directory.Build.props
parentef8484daf7a8c071133731683b491316843a62f6 (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>