diff options
author | dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> | 2019-03-21 14:57:18 -0700 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2019-03-21 14:57:18 -0700 |
commit | f61314dab43e29eaa5c4323a890bc408be014f83 (patch) | |
tree | 615d34ed1035cd23acc53da27d17df1a052d43de | |
parent | 29dc90c13a5d091c21e21e4ba5d3c4bcd3eab18d (diff) | |
download | coreclr-f61314dab43e29eaa5c4323a890bc408be014f83.tar.gz coreclr-f61314dab43e29eaa5c4323a890bc408be014f83.tar.bz2 coreclr-f61314dab43e29eaa5c4323a890bc408be014f83.zip |
Update dependencies from https://github.com/dotnet/core-setup build 20190321.01 (#23385)
- Microsoft.NETCore.App - 3.0.0-preview4-27521-01
-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 ae9f21253a..924c8562af 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -19,9 +19,9 @@ <Uri>https://github.com/dotnet/corefx</Uri> <Sha>d6a30736858f91b297fdd3ed4e3d1dfde67bdbdb</Sha> </Dependency> - <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview4-27519-04"> + <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview4-27521-01"> <Uri>https://github.com/dotnet/core-setup</Uri> - <Sha>4d6b497d03a1758b9beed08a0b3fa258bc78160d</Sha> + <Sha>18780678da576d8c629066f50af30159a8859b2f</Sha> </Dependency> <Dependency Name="optimization.IBC.CoreCLR" Version="99.99.99-master-20190313.3"> <Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri> diff --git a/eng/Versions.props b/eng/Versions.props index 59251a63bf..ef62abc7be 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -10,7 +10,7 @@ <MicrosoftNetFrameworkReferenceAssembliesVersion>1.0.0-alpha-004</MicrosoftNetFrameworkReferenceAssembliesVersion> <MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview4.19164.7</MicrosoftPrivateCoreFxNETCoreAppVersion> <MicrosoftNETCorePlatformsVersion>3.0.0-preview4.19164.7</MicrosoftNETCorePlatformsVersion> - <MicrosoftNETCoreAppVersion>3.0.0-preview4-27519-04</MicrosoftNETCoreAppVersion> + <MicrosoftNETCoreAppVersion>3.0.0-preview4-27521-01</MicrosoftNETCoreAppVersion> <optimizationIBCCoreCLRVersion>99.99.99-master-20190313.3</optimizationIBCCoreCLRVersion> <optimizationPGOCoreCLRVersion>99.99.99-master-20190313.3</optimizationPGOCoreCLRVersion> </PropertyGroup> |