diff options
author | dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> | 2019-04-20 19:31:19 -0400 |
---|---|---|
committer | Stephen Toub <stoub@microsoft.com> | 2019-04-20 19:31:19 -0400 |
commit | bb40344e36c19b142969e6f29824a395c7a14921 (patch) | |
tree | fbbc0edc7cfa3eb1b13654eba682d6e5907951f5 /eng | |
parent | 9a7be98147755d337c3c5c1d8972afe32adaf797 (diff) | |
download | coreclr-bb40344e36c19b142969e6f29824a395c7a14921.tar.gz coreclr-bb40344e36c19b142969e6f29824a395c7a14921.tar.bz2 coreclr-bb40344e36c19b142969e6f29824a395c7a14921.zip |
Update dependencies from https://github.com/dotnet/corefx build 20190419.11 (#24141)
- Microsoft.NETCore.Platforms - 3.0.0-preview5.19219.11
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview5.19219.11
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 9617c478e9..7d5f183c3d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -11,13 +11,13 @@ <Uri>https://github.com/dotnet/arcade</Uri> <Sha>517bf671ea342965d007aa48f5bfd4926e58d582</Sha> </Dependency> - <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview5.19219.5"> + <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview5.19219.11"> <Uri>https://github.com/dotnet/corefx</Uri> - <Sha>069f540c174aab3d2c0501d339ab49c14a2b3c19</Sha> + <Sha>c608ddaa2a024dde2510f3c1122c89ba07b4325d</Sha> </Dependency> - <Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-preview5.19219.5"> + <Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-preview5.19219.11"> <Uri>https://github.com/dotnet/corefx</Uri> - <Sha>069f540c174aab3d2c0501d339ab49c14a2b3c19</Sha> + <Sha>c608ddaa2a024dde2510f3c1122c89ba07b4325d</Sha> </Dependency> <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview5-27620-01"> <Uri>https://github.com/dotnet/core-setup</Uri> diff --git a/eng/Versions.props b/eng/Versions.props index ec3d639f9b..850f86a841 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -9,8 +9,8 @@ <UsingToolNetFrameworkReferenceAssemblies>true</UsingToolNetFrameworkReferenceAssemblies> <MicrosoftDotNetXUnitConsoleRunnerVersion>2.5.1-beta.19179.4</MicrosoftDotNetXUnitConsoleRunnerVersion> <MicrosoftNetFrameworkReferenceAssembliesVersion>1.0.0-alpha-004</MicrosoftNetFrameworkReferenceAssembliesVersion> - <MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview5.19219.5</MicrosoftPrivateCoreFxNETCoreAppVersion> - <MicrosoftNETCorePlatformsVersion>3.0.0-preview5.19219.5</MicrosoftNETCorePlatformsVersion> + <MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview5.19219.11</MicrosoftPrivateCoreFxNETCoreAppVersion> + <MicrosoftNETCorePlatformsVersion>3.0.0-preview5.19219.11</MicrosoftNETCorePlatformsVersion> <MicrosoftNETCoreAppVersion>3.0.0-preview5-27620-01</MicrosoftNETCoreAppVersion> <optimizationIBCCoreCLRVersion>99.99.99-master-20190313.3</optimizationIBCCoreCLRVersion> <optimizationPGOCoreCLRVersion>99.99.99-master-20190313.3</optimizationPGOCoreCLRVersion> |