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 18:03:12 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-08-09 18:03:12 +0300
commit0970996f751428ffe8d84ba597e529101a541470 (patch)
tree01f2f5744f3b304dc315566e8c90729fa8408abb /eng
parent75c21692a0b6eff14b658856aedef4491b081f82 (diff)
Bump eng/Versions.props again
Try to fix the netcore build.
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 137fb84aa60..7a4b2883c2e 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.19409.1">
+ <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="5.0.0-alpha1.19409.2">
<Uri>https://github.com/dotnet/corefx</Uri>
- <Sha>e122f306410b1045ab2f4cb7e533ece8556bee56</Sha>
+ <Sha>719b8fb635db44ba80ea6d5f2e7effaf5906f588</Sha>
</Dependency>
- <Dependency Name="Microsoft.NETCore.App" Version="5.0.0-alpha1.19408.17">
+ <Dependency Name="Microsoft.NETCore.App" Version="5.0.0-alpha1.19409.2">
<Uri>https://github.com/dotnet/core-setup</Uri>
- <Sha>04c667df9524e5546984e8ea62f89bf44f914808</Sha>
+ <Sha>cd732014d34f3b72375115e78f84c4617bce6b48</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 253a596758d..9d37aae3fc7 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -5,9 +5,9 @@
<PreReleaseVersionLabel>prerelease</PreReleaseVersionLabel>
<!-- Package versions -->
<!-- corefx -->
- <MicrosoftPrivateCoreFxNETCoreAppVersion>5.0.0-alpha1.19409.1</MicrosoftPrivateCoreFxNETCoreAppVersion>
+ <MicrosoftPrivateCoreFxNETCoreAppVersion>5.0.0-alpha1.19409.2</MicrosoftPrivateCoreFxNETCoreAppVersion>
<!-- core-setup -->
- <MicrosoftNETCoreAppVersion>5.0.0-alpha1.19408.17</MicrosoftNETCoreAppVersion>
+ <MicrosoftNETCoreAppVersion>5.0.0-alpha1.19409.2</MicrosoftNETCoreAppVersion>
<!-- roslyn -->
<MicrosoftNetCompilersVersion>3.3.0-beta2-19374-02</MicrosoftNetCompilersVersion>
</PropertyGroup>