summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2019-09-04 14:19:29 +0000
committerGitHub <noreply@github.com>2019-09-04 14:19:29 +0000
commit310bca38ada0cc03b403ebd6b4eec8cfa4925027 (patch)
treedb16e2307ee7fdce026e443d02f72cb6c615ed0b
parente370a1efb08643d15c6e8dde7ab570993b3d0f58 (diff)
downloadcoreclr-310bca38ada0cc03b403ebd6b4eec8cfa4925027.tar.gz
coreclr-310bca38ada0cc03b403ebd6b4eec8cfa4925027.tar.bz2
coreclr-310bca38ada0cc03b403ebd6b4eec8cfa4925027.zip
[release/3.0] Update dependencies from dotnet/corefx (#26328)
* Update dependencies from https://github.com/dotnet/corefx build 20190822.11 - Microsoft.NETCore.Platforms - 3.0.0-rc1.19422.11 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc1.19422.11 * Update dependencies from https://github.com/dotnet/corefx build 20190823.9 - Microsoft.NETCore.Platforms - 3.0.0-rc1.19423.9 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc1.19423.9 * Update dependencies from https://github.com/dotnet/corefx build 20190824.3 - Microsoft.NETCore.Platforms - 3.0.0-rc1.19424.3 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc1.19424.3 * Update dependencies from https://github.com/dotnet/corefx build 20190825.2 - Microsoft.NETCore.Platforms - 3.0.0-rc1.19425.2 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc1.19425.2 * Update dependencies from https://github.com/dotnet/corefx build 20190826.11 - Microsoft.NETCore.Platforms - 3.0.0-rc1.19426.11 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc1.19426.11 * Update dependencies from https://github.com/dotnet/corefx build 20190827.14 - Microsoft.NETCore.Platforms - 3.0.0-rc1.19427.14 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc1.19427.14 * Update dependencies from https://github.com/dotnet/corefx build 20190828.2 - Microsoft.NETCore.Platforms - 3.0.0-rc1.19428.2 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc1.19428.2 * Update dependencies from https://github.com/dotnet/corefx build 20190903.4 - Microsoft.NETCore.Platforms - 3.0.0-rc1.19453.4 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc1.19453.4
-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 0a190f8e89..b55df3728c 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -18,13 +18,13 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>dc55bd4b7353be8e36b2f71b9557e84f743dd6f6</Sha>
</Dependency>
- <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-rc1.19420.10">
+ <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-rc1.19453.4">
<Uri>https://github.com/dotnet/corefx</Uri>
- <Sha>d341fd37dcb2c22e382adccdc06770cf8f160577</Sha>
+ <Sha>ae488157a419935918d3364e843cf1632a2b4299</Sha>
</Dependency>
- <Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-rc1.19420.10">
+ <Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-rc1.19453.4">
<Uri>https://github.com/dotnet/corefx</Uri>
- <Sha>d341fd37dcb2c22e382adccdc06770cf8f160577</Sha>
+ <Sha>ae488157a419935918d3364e843cf1632a2b4299</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-rc1-19429-07">
<Uri>https://github.com/dotnet/core-setup</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index c6716beea5..8ca7cabe71 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.19420.10</MicrosoftPrivateCoreFxNETCoreAppVersion>
- <MicrosoftNETCorePlatformsVersion>3.0.0-rc1.19420.10</MicrosoftNETCorePlatformsVersion>
+ <MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-rc1.19453.4</MicrosoftPrivateCoreFxNETCoreAppVersion>
+ <MicrosoftNETCorePlatformsVersion>3.0.0-rc1.19453.4</MicrosoftNETCorePlatformsVersion>
<MicrosoftBclAsyncInterfacesVersion>1.0.0-preview7.19326.2</MicrosoftBclAsyncInterfacesVersion>
<!-- core-setup -->
<MicrosoftNETCoreAppVersion>3.0.0-rc1-19429-07</MicrosoftNETCoreAppVersion>