diff options
author | dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> | 2019-06-05 10:14:43 -0700 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2019-06-05 10:14:43 -0700 |
commit | 5593c816a36784373cddeee748bd7d67e40bd611 (patch) | |
tree | 7414313fa5a7992358015f2a02cfda6863baf7b1 | |
parent | 4b98a8374a01ca8e668bbe1baa8cbc3b5168d80b (diff) | |
download | coreclr-5593c816a36784373cddeee748bd7d67e40bd611.tar.gz coreclr-5593c816a36784373cddeee748bd7d67e40bd611.tar.bz2 coreclr-5593c816a36784373cddeee748bd7d67e40bd611.zip |
Update dependencies from https://github.com/dotnet/core-setup build 20190604.03 (#24971)
- Microsoft.NETCore.App - 3.0.0-preview7-27804-03
-rw-r--r-- | eng/Version.Details.xml | 4 | ||||
-rw-r--r-- | eng/Versions.props | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8f5d4787a1..9e7353895f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -31,9 +31,9 @@ <Uri>https://github.com/dotnet/corefx</Uri> <Sha>656ccfbbef3a0d75c02e17b7477122a658b92557</Sha> </Dependency> - <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview7-27803-11"> + <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview7-27804-03"> <Uri>https://github.com/dotnet/core-setup</Uri> - <Sha>c113140681cdb8224dffc2da8df3e2f9bcbdc4a0</Sha> + <Sha>a620d0dba57cd18e49fa686e28e18369be23d067</Sha> </Dependency> <Dependency Name="optimization.IBC.CoreCLR" Version="99.99.99-master-20190605.1"> <Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri> diff --git a/eng/Versions.props b/eng/Versions.props index 90d5528374..cfb3c311d4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -22,7 +22,7 @@ <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> + <MicrosoftNETCoreAppVersion>3.0.0-preview7-27804-03</MicrosoftNETCoreAppVersion> <!-- dotnet-core-internal-tooling --> <IbcMergePackageVersion>5.0.6-beta.19203.1</IbcMergePackageVersion> <!-- dotnet-optimization --> |