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:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2019-09-17 14:18:45 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-09-17 14:18:45 +0300
commita195b746c6c8a3b8aa029cd749a3e0a901658c37 (patch)
tree4c45957d245dfae0fbfd379d85150358c2c2cc83 /eng
parente4998f5fc409eeeffcfdf80e6c0da422e7d7cbc1 (diff)
Update dependencies from https://github.com/dotnet/roslyn build 20190912.11 (#16885)
- Microsoft.Net.Compilers - 3.3.1-beta4-19462-11
Diffstat (limited to 'eng')
-rw-r--r--eng/Version.Details.xml4
-rw-r--r--eng/Versions.props2
2 files changed, 3 insertions, 3 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index f977163f023..762e513acad 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -9,9 +9,9 @@
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>fb49d11c77525a6af8e5bc7067a17d9eee6948dd</Sha>
</Dependency>
- <Dependency Name="Microsoft.Net.Compilers" Version="3.3.0-beta2-19381-14">
+ <Dependency Name="Microsoft.Net.Compilers" Version="3.3.1-beta4-19462-11">
<Uri>https://github.com/dotnet/roslyn</Uri>
- <Sha>ef3a7a3863ae53b610a4b0c3682a35cad0829583</Sha>
+ <Sha>66a912c9463eebe832cf742d2fe8bb2e1a4600ec</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
diff --git a/eng/Versions.props b/eng/Versions.props
index 5757225b4a2..6231928724d 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -9,6 +9,6 @@
<!-- core-setup -->
<MicrosoftNETCoreAppVersion>5.0.0-alpha1.19452.1</MicrosoftNETCoreAppVersion>
<!-- roslyn -->
- <MicrosoftNetCompilersVersion>3.3.0-beta2-19374-02</MicrosoftNetCompilersVersion>
+ <MicrosoftNetCompilersVersion>3.3.1-beta4-19462-11</MicrosoftNetCompilersVersion>
</PropertyGroup>
</Project>