Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authorAndy Gocke <angocke@microsoft.com>2019-08-01 03:04:04 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-08-01 03:04:04 +0300
commit863ab55d4877c8a1af1c8a107a2d724b00531530 (patch)
tree25b321ed4112752329225d9d8c32990f429a842f /eng
parent180fcfe1fdbddb22b0c52c6e0b169b427b583ab3 (diff)
Add Roslyn maestro dependency (#15944)
* Add Roslyn maestro dependency This should bring down the Microsoft.Net.Compilers package, which contains the Roslyn binaries needed for mono packaging. * Add Version to Versions.props as well
Diffstat (limited to 'eng')
-rw-r--r--eng/Version.Details.xml4
-rw-r--r--eng/Versions.props2
2 files changed, 6 insertions, 0 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 37ab36e228c..0c6a90e266e 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -9,6 +9,10 @@
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>2977763fd35b8dc120f4eac94314aba7b05ae9ee</Sha>
</Dependency>
+ <Dependency Name="Microsoft.Net.Compilers" Version="3.3.0-beta2-19381-14">
+ <Uri>https://github.com/dotnet/roslyn</Uri>
+ <Sha>ef3a7a3863ae53b610a4b0c3682a35cad0829583</Sha>
+ </Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19379.1">
diff --git a/eng/Versions.props b/eng/Versions.props
index 152bfad29ec..3b1c6f3f794 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -8,5 +8,7 @@
<MicrosoftPrivateCoreFxNETCoreAppVersion>5.0.0-alpha1.19375.11</MicrosoftPrivateCoreFxNETCoreAppVersion>
<!-- core-setup -->
<MicrosoftNETCoreAppVersion>5.0.0-alpha1.19375.9</MicrosoftNETCoreAppVersion>
+ <!-- roslyn -->
+ <MicrosoftNetCompilersVersion>3.3.0-beta2-19381-14</MicrosoftNetCompilersVersion>
</PropertyGroup>
</Project>