summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2019-08-29 14:47:17 +0000
committerGitHub <noreply@github.com>2019-08-29 14:47:17 +0000
commite1cfd70417b6059bd59563bb98199cef8d719c43 (patch)
tree79e703d656fd93034ada49731c7dad478a21c5bd /eng
parent91463c3df362961859c2ae64956de70a0a8bebba (diff)
downloadcoreclr-e1cfd70417b6059bd59563bb98199cef8d719c43.tar.gz
coreclr-e1cfd70417b6059bd59563bb98199cef8d719c43.tar.bz2
coreclr-e1cfd70417b6059bd59563bb98199cef8d719c43.zip
[release/3.0] Update dependencies from dotnet/core-setup (#26414)
* Update dependencies from https://github.com/dotnet/core-setup build 20190827.13 - Microsoft.NETCore.App - 3.0.0-rc1-19427-13 * Update dependencies from https://github.com/dotnet/core-setup build 20190828.14 - Microsoft.NETCore.App - 3.0.0-rc1-19428-14
Diffstat (limited to 'eng')
-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 32350f84e1..87611c510d 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-19426-11">
+ <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-rc1-19428-14">
<Uri>https://github.com/dotnet/core-setup</Uri>
- <Sha>b33b6c20d855e7f9fdda6383ad12d849079f9b21</Sha>
+ <Sha>0175edb2b0d0c5f541560f4056bb7633d1445688</Sha>
</Dependency>
<Dependency Name="optimization.IBC.CoreCLR" Version="99.99.99-master-20190828.1">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 671005e72f..0bf0580980 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-19426-11</MicrosoftNETCoreAppVersion>
+ <MicrosoftNETCoreAppVersion>3.0.0-rc1-19428-14</MicrosoftNETCoreAppVersion>
<!-- dotnet-core-internal-tooling -->
<IbcMergePackageVersion>5.0.6-beta.19203.1</IbcMergePackageVersion>
<!-- dotnet-optimization -->