summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2019-08-20 15:28:28 +0000
committerGitHub <noreply@github.com>2019-08-20 15:28:28 +0000
commitc5968072f9b55bb9dda9e26068536f198545e4c2 (patch)
tree82f16a4ed7791ca5ca87a1b3b88bbe711f41c541 /eng
parentecb4575a825e8a6aa21f9775bc8005524e56e03d (diff)
downloadcoreclr-c5968072f9b55bb9dda9e26068536f198545e4c2.tar.gz
coreclr-c5968072f9b55bb9dda9e26068536f198545e4c2.tar.bz2
coreclr-c5968072f9b55bb9dda9e26068536f198545e4c2.zip
Update dependencies from https://github.com/dotnet/core-setup build 20190819.06 (#26276)
- Microsoft.NETCore.App - 3.0.0-preview9-19419-06
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 d1fa5ecf43..66f439216c 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -26,9 +26,9 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>b3a4cdd6cd9b000ab05e585236455f1482a0bbf9</Sha>
</Dependency>
- <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview9-19416-02">
+ <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview9-19419-06">
<Uri>https://github.com/dotnet/core-setup</Uri>
- <Sha>66a9d076b6ce2cb1dc079e5cd351439c58278daf</Sha>
+ <Sha>5b508e86c9ce66af8b41bbc1f3b756e7724bcaa0</Sha>
</Dependency>
<Dependency Name="optimization.IBC.CoreCLR" Version="99.99.99-master-20190807.1">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index ea98d47df5..a21196adfe 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -25,7 +25,7 @@
<MicrosoftNETCorePlatformsVersion>3.0.0-preview9.19416.11</MicrosoftNETCorePlatformsVersion>
<MicrosoftBclAsyncInterfacesVersion>1.0.0-preview7.19326.2</MicrosoftBclAsyncInterfacesVersion>
<!-- core-setup -->
- <MicrosoftNETCoreAppVersion>3.0.0-preview9-19416-02</MicrosoftNETCoreAppVersion>
+ <MicrosoftNETCoreAppVersion>3.0.0-preview9-19419-06</MicrosoftNETCoreAppVersion>
<!-- dotnet-core-internal-tooling -->
<IbcMergePackageVersion>5.0.6-beta.19203.1</IbcMergePackageVersion>
<!-- dotnet-optimization -->