diff options
author | dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> | 2019-08-16 14:43:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-16 14:43:44 +0000 |
commit | 64d982fb77b57918433d0b51f7247c5be5037a22 (patch) | |
tree | 6681816c8aa8b54f0cf6f107495df5e6bd7544e5 /eng | |
parent | 4b4bd3da5ec84d73698cf22e4df05e835eb21b5d (diff) | |
download | coreclr-64d982fb77b57918433d0b51f7247c5be5037a22.tar.gz coreclr-64d982fb77b57918433d0b51f7247c5be5037a22.tar.bz2 coreclr-64d982fb77b57918433d0b51f7247c5be5037a22.zip |
Update dependencies from https://github.com/dotnet/corefx build 20190815.9 (#26206)
- Microsoft.NETCore.Platforms - 3.0.0-preview9.19415.9
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview9.19415.9
Diffstat (limited to 'eng')
-rw-r--r-- | eng/Version.Details.xml | 8 | ||||
-rw-r--r-- | eng/Versions.props | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f02535d33a..b6482915ca 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -18,13 +18,13 @@ <Uri>https://github.com/dotnet/arcade</Uri> <Sha>82c822ee7db08f5347e6ac44e3ed465248394a9e</Sha> </Dependency> - <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview9.19413.13"> + <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview9.19415.9"> <Uri>https://github.com/dotnet/corefx</Uri> - <Sha>3694ef6d674381439046667e3ae830b97f5912d7</Sha> + <Sha>1ac825dfc8ba0485ef4cf524a241f5309c43a2da</Sha> </Dependency> - <Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-preview9.19413.13"> + <Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-preview9.19415.9"> <Uri>https://github.com/dotnet/corefx</Uri> - <Sha>3694ef6d674381439046667e3ae830b97f5912d7</Sha> + <Sha>1ac825dfc8ba0485ef4cf524a241f5309c43a2da</Sha> </Dependency> <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview9-19414-17"> <Uri>https://github.com/dotnet/core-setup</Uri> diff --git a/eng/Versions.props b/eng/Versions.props index 7b12a3a80e..10f87007c7 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-preview9.19413.13</MicrosoftPrivateCoreFxNETCoreAppVersion> - <MicrosoftNETCorePlatformsVersion>3.0.0-preview9.19413.13</MicrosoftNETCorePlatformsVersion> + <MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview9.19415.9</MicrosoftPrivateCoreFxNETCoreAppVersion> + <MicrosoftNETCorePlatformsVersion>3.0.0-preview9.19415.9</MicrosoftNETCorePlatformsVersion> <MicrosoftBclAsyncInterfacesVersion>1.0.0-preview7.19326.2</MicrosoftBclAsyncInterfacesVersion> <!-- core-setup --> <MicrosoftNETCoreAppVersion>3.0.0-preview9-19414-17</MicrosoftNETCoreAppVersion> |