diff options
author | dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> | 2019-03-16 08:34:28 -0700 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2019-03-16 08:34:28 -0700 |
commit | 2bbd9911607ab48a95be982a5faa33ca7d46a289 (patch) | |
tree | a54f25d92459907fcce7ea7d12277444c3a07254 | |
parent | c6d6e3541d52ebac21a5109a34e08222734a0576 (diff) | |
download | coreclr-2bbd9911607ab48a95be982a5faa33ca7d46a289.tar.gz coreclr-2bbd9911607ab48a95be982a5faa33ca7d46a289.tar.bz2 coreclr-2bbd9911607ab48a95be982a5faa33ca7d46a289.zip |
Update dependencies from https://github.com/dotnet/corefx build 20190314.7 (#23302)
This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview4.19164.7
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview4.19164.7
-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 0beb3cc44c..a2b5589040 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -11,13 +11,13 @@ <Uri>https://github.com/dotnet/arcade</Uri> <Sha>443dea11f8649fe12fedf60cfab0a4b2b20bd153</Sha> </Dependency> - <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview4.19163.10"> + <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview4.19164.7"> <Uri>https://github.com/dotnet/corefx</Uri> - <Sha>689e58ec123d8c730d48d1c35c8f7ecbba6c22cf</Sha> + <Sha>d6a30736858f91b297fdd3ed4e3d1dfde67bdbdb</Sha> </Dependency> - <Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-preview4.19163.10"> + <Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-preview4.19164.7"> <Uri>https://github.com/dotnet/corefx</Uri> - <Sha>689e58ec123d8c730d48d1c35c8f7ecbba6c22cf</Sha> + <Sha>d6a30736858f91b297fdd3ed4e3d1dfde67bdbdb</Sha> </Dependency> <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview4-27511-01"> <Uri>https://github.com/dotnet/core-setup</Uri> diff --git a/eng/Versions.props b/eng/Versions.props index 50cf60d51d..33f14017df 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -8,8 +8,8 @@ <UsingToolXliff>false</UsingToolXliff> <UsingToolNetFrameworkReferenceAssemblies>true</UsingToolNetFrameworkReferenceAssemblies> <MicrosoftNetFrameworkReferenceAssembliesVersion>1.0.0-alpha-004</MicrosoftNetFrameworkReferenceAssembliesVersion> - <MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview4.19163.10</MicrosoftPrivateCoreFxNETCoreAppVersion> - <MicrosoftNETCorePlatformsVersion>3.0.0-preview4.19163.10</MicrosoftNETCorePlatformsVersion> + <MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview4.19164.7</MicrosoftPrivateCoreFxNETCoreAppVersion> + <MicrosoftNETCorePlatformsVersion>3.0.0-preview4.19164.7</MicrosoftNETCorePlatformsVersion> <MicrosoftNETCoreAppVersion>3.0.0-preview4-27511-01</MicrosoftNETCoreAppVersion> <optimizationIBCCoreCLRVersion>99.99.99-master-20190314.1</optimizationIBCCoreCLRVersion> <optimizationPGOCoreCLRVersion>99.99.99-master-20190314.1</optimizationPGOCoreCLRVersion> |