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-10-03 21:45:29 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-10-03 21:45:29 +0300
commit06c3637681e4dc2d450c5f0296203493cc536387 (patch)
treee55efcd2fe07af447a86d9bb51d0d6fa76812e5d /eng
parent40b6f1ad2ba099f32b34b36b33b7fe0c25e53c97 (diff)
[master] Update dependencies from dotnet/corefx (#17166)
* Update dependencies from https://github.com/dotnet/corefx build 20191002.6 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha1.19502.6 * Reenable libgdiplus/System.Drawing.Common tests * Update dependencies from https://github.com/dotnet/corefx build 20191002.7 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha1.19502.7
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 9e416a4ac50..af2ff424f96 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
- <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="5.0.0-alpha1.19476.2">
+ <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="5.0.0-alpha1.19502.7">
<Uri>https://github.com/dotnet/corefx</Uri>
- <Sha>313c8e32a71f463ed3fdf7c860331f5d6be789c8</Sha>
+ <Sha>a50e056c5a62fb6dfe2e9475be47b93d33661700</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="5.0.0-alpha1.19476.2">
<Uri>https://github.com/dotnet/core-setup</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 946e3a21d57..534da6493f9 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -5,7 +5,7 @@
<PreReleaseVersionLabel>prerelease</PreReleaseVersionLabel>
<!-- Package versions -->
<!-- corefx -->
- <MicrosoftPrivateCoreFxNETCoreAppVersion>5.0.0-alpha1.19476.2</MicrosoftPrivateCoreFxNETCoreAppVersion>
+ <MicrosoftPrivateCoreFxNETCoreAppVersion>5.0.0-alpha1.19502.7</MicrosoftPrivateCoreFxNETCoreAppVersion>
<!-- core-setup -->
<MicrosoftNETCoreAppVersion>5.0.0-alpha1.19476.2</MicrosoftNETCoreAppVersion>
<!-- roslyn -->