summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2019-09-10 19:31:04 +0000
committerGitHub <noreply@github.com>2019-09-10 19:31:04 +0000
commit771d6e8742c993a02782261516d2391c60fcf58b (patch)
tree94427b78b9ec2258a0727d37d4e78023715fcba8 /eng
parent24089209f5e88802e5487b977d6dbfbaf649f924 (diff)
downloadcoreclr-771d6e8742c993a02782261516d2391c60fcf58b.tar.gz
coreclr-771d6e8742c993a02782261516d2391c60fcf58b.tar.bz2
coreclr-771d6e8742c993a02782261516d2391c60fcf58b.zip
[release/3.0] Update dependencies from dotnet/core-setup (#26563)
* Update dependencies from https://github.com/dotnet/core-setup build 20190905.28 - Microsoft.NETCore.App - 3.0.0-rc2-19455-28 * Update dependencies from https://github.com/dotnet/core-setup build 20190907.02 - Microsoft.NETCore.App - 3.0.0-rc2-19457-02 * Update dependencies from https://github.com/dotnet/core-setup build 20190907.15 - Microsoft.NETCore.App - 3.0.0-rc2-19457-15 * Update dependencies from https://github.com/dotnet/core-setup build 20190908.11 - Microsoft.NETCore.App - 3.0.0-rc2-19458-11 * Update dependencies from https://github.com/dotnet/core-setup build 20190909.40 - Microsoft.NETCore.App - 3.0.0-rc2-19459-40
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 69da623e8c..9f3e80d2b0 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -26,9 +26,9 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>1f43072465d4be9920ab04a3c3ad91f82144de4e</Sha>
</Dependency>
- <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-rc1-19455-02">
+ <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-rc2-19459-40">
<Uri>https://github.com/dotnet/core-setup</Uri>
- <Sha>caa8d3b1edd7eec947f6283f8342a9249b5d7171</Sha>
+ <Sha>ade240a7f970e5187e4e0ea47581681df085d44b</Sha>
</Dependency>
<Dependency Name="optimization.IBC.CoreCLR" Version="99.99.99-master-20190910.1">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 9b4b4fac7a..1d5b33dca7 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -25,7 +25,7 @@
<MicrosoftNETCorePlatformsVersion>3.0.0-rc2.19460.1</MicrosoftNETCorePlatformsVersion>
<MicrosoftBclAsyncInterfacesVersion>1.0.0-preview7.19326.2</MicrosoftBclAsyncInterfacesVersion>
<!-- core-setup -->
- <MicrosoftNETCoreAppVersion>3.0.0-rc1-19455-02</MicrosoftNETCoreAppVersion>
+ <MicrosoftNETCoreAppVersion>3.0.0-rc2-19459-40</MicrosoftNETCoreAppVersion>
<!-- dotnet-core-internal-tooling -->
<IbcMergePackageVersion>5.0.6-beta.19203.1</IbcMergePackageVersion>
<!-- dotnet-optimization -->