summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2019-09-09 10:12:38 -0700
committerAnirudh Agnihotry <anirudhagnihotry098@gmail.com>2019-09-09 10:12:38 -0700
commit90778bd7241c16fe4ce74c69fbdb7f414d8f9cc1 (patch)
tree69409d11d7dbcf6a6cb06d5c93892d9806c27d83
parent8bc44f1ed7817d27c6fccf25adc3c83286b4e625 (diff)
downloadcoreclr-90778bd7241c16fe4ce74c69fbdb7f414d8f9cc1.tar.gz
coreclr-90778bd7241c16fe4ce74c69fbdb7f414d8f9cc1.tar.bz2
coreclr-90778bd7241c16fe4ce74c69fbdb7f414d8f9cc1.zip
[release/3.0] Update dependencies from dotnet/corefx (#26561)
* Update dependencies from https://github.com/dotnet/corefx build 20190906.1 - Microsoft.NETCore.Platforms - 3.0.0-rc2.19456.1 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc2.19456.1 * Update dependencies from https://github.com/dotnet/corefx build 20190907.2 - Microsoft.NETCore.Platforms - 3.0.0-rc2.19457.2 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc2.19457.2 * Update dependencies from https://github.com/dotnet/corefx build 20190907.8 - Microsoft.NETCore.Platforms - 3.0.0-rc2.19457.8 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc2.19457.8 * Update dependencies from https://github.com/dotnet/corefx build 20190908.3 - Microsoft.NETCore.Platforms - 3.0.0-rc2.19458.3 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc2.19458.3
-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 917780dff1..4a29cdc341 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -18,13 +18,13 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>00d8aa82b488f321204a0e69a81399af9df276a1</Sha>
</Dependency>
- <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-rc1.19454.13">
+ <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-rc2.19458.3">
<Uri>https://github.com/dotnet/corefx</Uri>
- <Sha>5f2c2771e077f98c097ecc1b9202bee22ef50aed</Sha>
+ <Sha>173d70b99a5dbb3ff9298a6e2e9c7f7e7b56dd7c</Sha>
</Dependency>
- <Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-rc1.19454.13">
+ <Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-rc2.19458.3">
<Uri>https://github.com/dotnet/corefx</Uri>
- <Sha>5f2c2771e077f98c097ecc1b9202bee22ef50aed</Sha>
+ <Sha>173d70b99a5dbb3ff9298a6e2e9c7f7e7b56dd7c</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-rc1-19455-02">
<Uri>https://github.com/dotnet/core-setup</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 4cd21cc39d..bd151d1cd9 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -21,8 +21,8 @@
<!-- roslyn -->
<MicrosoftNetCompilersToolsetVersion>3.3.0-beta2-19367-02</MicrosoftNetCompilersToolsetVersion>
<!-- corefx -->
- <MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-rc1.19454.13</MicrosoftPrivateCoreFxNETCoreAppVersion>
- <MicrosoftNETCorePlatformsVersion>3.0.0-rc1.19454.13</MicrosoftNETCorePlatformsVersion>
+ <MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-rc2.19458.3</MicrosoftPrivateCoreFxNETCoreAppVersion>
+ <MicrosoftNETCorePlatformsVersion>3.0.0-rc2.19458.3</MicrosoftNETCorePlatformsVersion>
<MicrosoftBclAsyncInterfacesVersion>1.0.0-preview7.19326.2</MicrosoftBclAsyncInterfacesVersion>
<!-- core-setup -->
<MicrosoftNETCoreAppVersion>3.0.0-rc1-19455-02</MicrosoftNETCoreAppVersion>