diff options
author | dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> | 2019-06-06 07:46:42 -0700 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2019-06-06 07:46:42 -0700 |
commit | 66b17b66262a7194ae8f3ba7705877cdf935ab07 (patch) | |
tree | ff611f5869d7c2c8f59dd42e54aa6843d613cbb5 | |
parent | 14a90253a34f49fd2bf1f17dd84ee6faa1db3af7 (diff) | |
download | coreclr-66b17b66262a7194ae8f3ba7705877cdf935ab07.tar.gz coreclr-66b17b66262a7194ae8f3ba7705877cdf935ab07.tar.bz2 coreclr-66b17b66262a7194ae8f3ba7705877cdf935ab07.zip |
Update dependencies from https://github.com/dotnet/corefx build 20190606.1 (#25004)
- Microsoft.Bcl.AsyncInterfaces - 1.0.0-preview7.19306.1
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19306.1
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19306.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 9e7353895f..0c8999d9ad 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.19305.1"> + <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview7.19306.1"> <Uri>https://github.com/dotnet/corefx</Uri> - <Sha>656ccfbbef3a0d75c02e17b7477122a658b92557</Sha> + <Sha>71aec681dd1247979e7956372abae8bbc02c9546</Sha> </Dependency> - <Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-preview7.19305.1"> + <Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-preview7.19306.1"> <Uri>https://github.com/dotnet/corefx</Uri> - <Sha>656ccfbbef3a0d75c02e17b7477122a658b92557</Sha> + <Sha>71aec681dd1247979e7956372abae8bbc02c9546</Sha> </Dependency> - <Dependency Name="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0-preview7.19305.1"> + <Dependency Name="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0-preview7.19306.1"> <Uri>https://github.com/dotnet/corefx</Uri> - <Sha>656ccfbbef3a0d75c02e17b7477122a658b92557</Sha> + <Sha>71aec681dd1247979e7956372abae8bbc02c9546</Sha> </Dependency> <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview7-27804-03"> <Uri>https://github.com/dotnet/core-setup</Uri> diff --git a/eng/Versions.props b/eng/Versions.props index cfb3c311d4..d54cc53830 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.19305.1</MicrosoftPrivateCoreFxNETCoreAppVersion> - <MicrosoftNETCorePlatformsVersion>3.0.0-preview7.19305.1</MicrosoftNETCorePlatformsVersion> - <MicrosoftBclAsyncInterfacesVersion>1.0.0-preview7.19305.1</MicrosoftBclAsyncInterfacesVersion> + <MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview7.19306.1</MicrosoftPrivateCoreFxNETCoreAppVersion> + <MicrosoftNETCorePlatformsVersion>3.0.0-preview7.19306.1</MicrosoftNETCorePlatformsVersion> + <MicrosoftBclAsyncInterfacesVersion>1.0.0-preview7.19306.1</MicrosoftBclAsyncInterfacesVersion> <!-- core-setup --> <MicrosoftNETCoreAppVersion>3.0.0-preview7-27804-03</MicrosoftNETCoreAppVersion> <!-- dotnet-core-internal-tooling --> |