summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2019-09-05 15:01:02 +0000
committerGitHub <noreply@github.com>2019-09-05 15:01:02 +0000
commit37fa8ea7a22966bd6b57ac3488d852f63dfae551 (patch)
tree9fb86b560afef7ba90236a40616eb579c972ac42
parent668f053e1ad0c4261ec71abc6905e0d48f4c39ca (diff)
downloadcoreclr-37fa8ea7a22966bd6b57ac3488d852f63dfae551.tar.gz
coreclr-37fa8ea7a22966bd6b57ac3488d852f63dfae551.tar.bz2
coreclr-37fa8ea7a22966bd6b57ac3488d852f63dfae551.zip
Update dependencies from https://github.com/dotnet/core-setup build 20190905.02 (#26529)
- Microsoft.NETCore.App - 3.0.0-rc1-19455-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 72281a1aa5..950af1337d 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -26,9 +26,9 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>5f2c2771e077f98c097ecc1b9202bee22ef50aed</Sha>
</Dependency>
- <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-rc1-19453-06">
+ <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-rc1-19455-02">
<Uri>https://github.com/dotnet/core-setup</Uri>
- <Sha>b9dd6c969c15a2734aecbd3e2aa83afed02040e4</Sha>
+ <Sha>caa8d3b1edd7eec947f6283f8342a9249b5d7171</Sha>
</Dependency>
<Dependency Name="optimization.IBC.CoreCLR" Version="99.99.99-master-20190902.1">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 34c028fa91..42f002ea0a 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -25,7 +25,7 @@
<MicrosoftNETCorePlatformsVersion>3.0.0-rc1.19454.13</MicrosoftNETCorePlatformsVersion>
<MicrosoftBclAsyncInterfacesVersion>1.0.0-preview7.19326.2</MicrosoftBclAsyncInterfacesVersion>
<!-- core-setup -->
- <MicrosoftNETCoreAppVersion>3.0.0-rc1-19453-06</MicrosoftNETCoreAppVersion>
+ <MicrosoftNETCoreAppVersion>3.0.0-rc1-19455-02</MicrosoftNETCoreAppVersion>
<!-- dotnet-core-internal-tooling -->
<IbcMergePackageVersion>5.0.6-beta.19203.1</IbcMergePackageVersion>
<!-- dotnet-optimization -->