summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2019-09-11 16:44:04 +0000
committerGitHub <noreply@github.com>2019-09-11 16:44:04 +0000
commita48684fbf7970e6b1c1ceedf008c4d0309109f56 (patch)
tree3073adb5e6699f732efec08445a16e09e0912f40
parentb033b00496862f9daca14fc84df02f3e7916ca72 (diff)
downloadcoreclr-a48684fbf7970e6b1c1ceedf008c4d0309109f56.tar.gz
coreclr-a48684fbf7970e6b1c1ceedf008c4d0309109f56.tar.bz2
coreclr-a48684fbf7970e6b1c1ceedf008c4d0309109f56.zip
Update dependencies from https://github.com/dotnet/core-setup build 20190910.02 (#26655)
- Microsoft.NETCore.App - 3.0.0-rc2-19460-02
-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 9610d3b3b0..517c5c3daf 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -26,9 +26,9 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>67fd971d57f9779c7acffc6d87934e311d968fa8</Sha>
</Dependency>
- <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-rc2-19459-40">
+ <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-rc2-19460-02">
<Uri>https://github.com/dotnet/core-setup</Uri>
- <Sha>ade240a7f970e5187e4e0ea47581681df085d44b</Sha>
+ <Sha>4421cfb105df112492038e5c5a70c24bce48e72f</Sha>
</Dependency>
<Dependency Name="optimization.IBC.CoreCLR" Version="99.99.99-master-20190911.1">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 40c51a90a0..4084bbc0b2 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -25,7 +25,7 @@
<MicrosoftNETCorePlatformsVersion>3.0.0-rc2.19460.22</MicrosoftNETCorePlatformsVersion>
<MicrosoftBclAsyncInterfacesVersion>1.0.0-preview7.19326.2</MicrosoftBclAsyncInterfacesVersion>
<!-- core-setup -->
- <MicrosoftNETCoreAppVersion>3.0.0-rc2-19459-40</MicrosoftNETCoreAppVersion>
+ <MicrosoftNETCoreAppVersion>3.0.0-rc2-19460-02</MicrosoftNETCoreAppVersion>
<!-- dotnet-core-internal-tooling -->
<IbcMergePackageVersion>5.0.6-beta.19203.1</IbcMergePackageVersion>
<!-- dotnet-optimization -->