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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-08-09 16:19:16 +0300
committerGitHub <noreply@github.com>2019-08-09 16:19:16 +0300
commit09e7c4509c3ab8ac404c8347d9bf4391c9ab1115 (patch)
treec07cafd066449717cd2e94a4e45051bb241706e2 /eng
parentf15fe47075a5981d20c8d3d7ccff5de1be97e502 (diff)
Update dependencies from corefx (#16137)
Diffstat (limited to 'eng')
-rw-r--r--eng/Version.Details.xml8
-rw-r--r--eng/Versions.props4
2 files changed, 6 insertions, 6 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 0c6a90e266e..137fb84aa60 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
- <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="5.0.0-alpha1.19375.11">
+ <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="5.0.0-alpha1.19409.1">
<Uri>https://github.com/dotnet/corefx</Uri>
- <Sha>97d5957fc71853961082e22873d926269b291b92</Sha>
+ <Sha>e122f306410b1045ab2f4cb7e533ece8556bee56</Sha>
</Dependency>
- <Dependency Name="Microsoft.NETCore.App" Version="5.0.0-alpha1.19375.9">
+ <Dependency Name="Microsoft.NETCore.App" Version="5.0.0-alpha1.19408.17">
<Uri>https://github.com/dotnet/core-setup</Uri>
- <Sha>2977763fd35b8dc120f4eac94314aba7b05ae9ee</Sha>
+ <Sha>04c667df9524e5546984e8ea62f89bf44f914808</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers" Version="3.3.0-beta2-19381-14">
<Uri>https://github.com/dotnet/roslyn</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 8d500cef277..253a596758d 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -5,9 +5,9 @@
<PreReleaseVersionLabel>prerelease</PreReleaseVersionLabel>
<!-- Package versions -->
<!-- corefx -->
- <MicrosoftPrivateCoreFxNETCoreAppVersion>5.0.0-alpha1.19375.11</MicrosoftPrivateCoreFxNETCoreAppVersion>
+ <MicrosoftPrivateCoreFxNETCoreAppVersion>5.0.0-alpha1.19409.1</MicrosoftPrivateCoreFxNETCoreAppVersion>
<!-- core-setup -->
- <MicrosoftNETCoreAppVersion>5.0.0-alpha1.19375.9</MicrosoftNETCoreAppVersion>
+ <MicrosoftNETCoreAppVersion>5.0.0-alpha1.19408.17</MicrosoftNETCoreAppVersion>
<!-- roslyn -->
<MicrosoftNetCompilersVersion>3.3.0-beta2-19374-02</MicrosoftNetCompilersVersion>
</PropertyGroup>