diff options
author | dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> | 2019-06-05 10:14:31 -0700 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2019-06-05 10:14:31 -0700 |
commit | 4b98a8374a01ca8e668bbe1baa8cbc3b5168d80b (patch) | |
tree | a45f593708689fd9e819609a907f72efd961333d | |
parent | 19d9503af320d24a44f125e7c6d5fda08f4a5e6e (diff) | |
download | coreclr-4b98a8374a01ca8e668bbe1baa8cbc3b5168d80b.tar.gz coreclr-4b98a8374a01ca8e668bbe1baa8cbc3b5168d80b.tar.bz2 coreclr-4b98a8374a01ca8e668bbe1baa8cbc3b5168d80b.zip |
Update dependencies from https://github.com/dotnet/corefx build 20190605.1 (#24970)
- Microsoft.Bcl.AsyncInterfaces - 1.0.0-preview7.19305.1
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19305.1
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19305.1
-rw-r--r-- | eng/Version.Details.xml | 12 | ||||
-rw-r--r-- | eng/Versions.props | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4fdd67fb88..8f5d4787a1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -19,17 +19,17 @@ <Uri>https://github.com/dotnet/arcade</Uri> <Sha>d2599acd9703ef747dfb4329ec3e3beff182e755</Sha> </Dependency> - <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview7.19303.11"> + <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview7.19305.1"> <Uri>https://github.com/dotnet/corefx</Uri> - <Sha>6d5959cbc7d489406f8f85dba0a42f06d4a0ea9b</Sha> + <Sha>656ccfbbef3a0d75c02e17b7477122a658b92557</Sha> </Dependency> - <Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-preview7.19303.11"> + <Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-preview7.19305.1"> <Uri>https://github.com/dotnet/corefx</Uri> - <Sha>6d5959cbc7d489406f8f85dba0a42f06d4a0ea9b</Sha> + <Sha>656ccfbbef3a0d75c02e17b7477122a658b92557</Sha> </Dependency> - <Dependency Name="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0-preview7.19303.11"> + <Dependency Name="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0-preview7.19305.1"> <Uri>https://github.com/dotnet/corefx</Uri> - <Sha>6d5959cbc7d489406f8f85dba0a42f06d4a0ea9b</Sha> + <Sha>656ccfbbef3a0d75c02e17b7477122a658b92557</Sha> </Dependency> <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview7-27803-11"> <Uri>https://github.com/dotnet/core-setup</Uri> diff --git a/eng/Versions.props b/eng/Versions.props index 1b358e5072..90d5528374 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,9 +18,9 @@ <MicrosoftDotNetBuildTasksPackagingVersion>1.0.0-beta.19304.1</MicrosoftDotNetBuildTasksPackagingVersion> <MicrosoftDotNetXUnitConsoleRunnerVersion>2.5.1-beta.19278.1</MicrosoftDotNetXUnitConsoleRunnerVersion> <!-- corefx --> - <MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview7.19303.11</MicrosoftPrivateCoreFxNETCoreAppVersion> - <MicrosoftNETCorePlatformsVersion>3.0.0-preview7.19303.11</MicrosoftNETCorePlatformsVersion> - <MicrosoftBclAsyncInterfacesVersion>1.0.0-preview7.19303.11</MicrosoftBclAsyncInterfacesVersion> + <MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview7.19305.1</MicrosoftPrivateCoreFxNETCoreAppVersion> + <MicrosoftNETCorePlatformsVersion>3.0.0-preview7.19305.1</MicrosoftNETCorePlatformsVersion> + <MicrosoftBclAsyncInterfacesVersion>1.0.0-preview7.19305.1</MicrosoftBclAsyncInterfacesVersion> <!-- core-setup --> <MicrosoftNETCoreAppVersion>3.0.0-preview7-27803-11</MicrosoftNETCoreAppVersion> <!-- dotnet-core-internal-tooling --> |