summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2019-08-30 14:10:44 +0000
committerGitHub <noreply@github.com>2019-08-30 14:10:44 +0000
commit31059418acd3af324fb55f03da6377d6e4c33758 (patch)
tree3bc9b9f28f6c07faf7dcfb104c9e8c04533d9c29
parentb4dccce31967d39e3e1071816069f24c6523c17a (diff)
downloadcoreclr-31059418acd3af324fb55f03da6377d6e4c33758.tar.gz
coreclr-31059418acd3af324fb55f03da6377d6e4c33758.tar.bz2
coreclr-31059418acd3af324fb55f03da6377d6e4c33758.zip
Update dependencies from https://github.com/dotnet/core-setup build 20190829.07 (#26450)
- Microsoft.NETCore.App - 3.0.0-rc1-19429-07
-rw-r--r--eng/Version.Details.xml4
-rw-r--r--eng/Versions.props2
2 files changed, 3 insertions, 3 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 62140f560a..0b7fa6ea7a 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -26,9 +26,9 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>d341fd37dcb2c22e382adccdc06770cf8f160577</Sha>
</Dependency>
- <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-rc1-19428-14">
+ <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-rc1-19429-07">
<Uri>https://github.com/dotnet/core-setup</Uri>
- <Sha>0175edb2b0d0c5f541560f4056bb7633d1445688</Sha>
+ <Sha>36fa439f918f8f0e979e78834b979deb33b9b97a</Sha>
</Dependency>
<Dependency Name="optimization.IBC.CoreCLR" Version="99.99.99-master-20190829.1">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 83e7a9e118..620b4096e7 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -25,7 +25,7 @@
<MicrosoftNETCorePlatformsVersion>3.0.0-rc1.19420.10</MicrosoftNETCorePlatformsVersion>
<MicrosoftBclAsyncInterfacesVersion>1.0.0-preview7.19326.2</MicrosoftBclAsyncInterfacesVersion>
<!-- core-setup -->
- <MicrosoftNETCoreAppVersion>3.0.0-rc1-19428-14</MicrosoftNETCoreAppVersion>
+ <MicrosoftNETCoreAppVersion>3.0.0-rc1-19429-07</MicrosoftNETCoreAppVersion>
<!-- dotnet-core-internal-tooling -->
<IbcMergePackageVersion>5.0.6-beta.19203.1</IbcMergePackageVersion>
<!-- dotnet-optimization -->