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-08-02 18:09:14 +0300
committerSandy Armstrong <sandy@xamarin.com>2019-08-02 19:24:51 +0300
commit62184b423fd324c05c92cd126f505fd9d9773d45 (patch)
treebdd607860f866386d8c3ceab5fab7520af673294 /main/Directory.Build.props
parent3741f41f4d0d42c8dc52834af7bd0c6d322e32a2 (diff)
Build: Move Roslyn version to separate props file
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 d24da0809d..a63e497e15 100644
--- a/main/Directory.Build.props
+++ b/main/Directory.Build.props
@@ -1,4 +1,5 @@
<Project>
+ <Import Project="$(MSBuildThisFileDirectory)msbuild\RoslynVersion.props"/>
<PropertyGroup>
<RootDirectory>$(MSBuildThisFileDirectory)</RootDirectory>
@@ -19,7 +20,6 @@
<NuGetVersionNuGet>5.2.0-rtm.6067</NuGetVersionNuGet>
<NuGetVersionNUnit2>2.7.0</NuGetVersionNUnit2>
<NuGetVersionNUnit3>3.9.0</NuGetVersionNUnit3>
- <NuGetVersionRoslyn>3.3.0-beta2-19374-02</NuGetVersionRoslyn>
<NuGetVersionVSCodeDebugProtocol>15.8.20719.1</NuGetVersionVSCodeDebugProtocol>
<NuGetVersionVSComposition>15.8.112</NuGetVersionVSComposition>
<NuGetVersionVSEditor>16.1.28-g2ad4df7366</NuGetVersionVSEditor>