summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2019-06-25 13:18:59 -0700
committerJan Kotas <jkotas@microsoft.com>2019-06-25 13:18:59 -0700
commitc0b20d1612a73d2aa5cdfe0fbec4653ab3743927 (patch)
treeb87afd1f6c4d19e062fa82e488fb9cae93505b60 /eng
parent85235f81b5bfc6635c0a2abcfc27cb7c587c784b (diff)
downloadcoreclr-c0b20d1612a73d2aa5cdfe0fbec4653ab3743927.tar.gz
coreclr-c0b20d1612a73d2aa5cdfe0fbec4653ab3743927.tar.bz2
coreclr-c0b20d1612a73d2aa5cdfe0fbec4653ab3743927.zip
Update dependencies from https://github.com/dotnet/core-setup build 20190624.03 (#25380)
- Microsoft.NETCore.App - 3.0.0-preview7-27824-03
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 7f0206f0a8..b479f999c7 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -31,9 +31,9 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>2861ef06530df06b70f17a91616d979c8f18f75e</Sha>
</Dependency>
- <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview7-27823-05">
+ <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview7-27824-03">
<Uri>https://github.com/dotnet/core-setup</Uri>
- <Sha>08e144c8651632da7bf1fbab409d27787ce6aa4a</Sha>
+ <Sha>e1d780539e85f4d8de263957715f9d08db2ceef4</Sha>
</Dependency>
<Dependency Name="optimization.IBC.CoreCLR" Version="99.99.99-master-20190624.3">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 7ca7160640..d8b1baa53c 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -22,7 +22,7 @@
<MicrosoftNETCorePlatformsVersion>3.0.0-preview7.19323.4</MicrosoftNETCorePlatformsVersion>
<MicrosoftBclAsyncInterfacesVersion>1.0.0-preview7.19323.4</MicrosoftBclAsyncInterfacesVersion>
<!-- core-setup -->
- <MicrosoftNETCoreAppVersion>3.0.0-preview7-27823-05</MicrosoftNETCoreAppVersion>
+ <MicrosoftNETCoreAppVersion>3.0.0-preview7-27824-03</MicrosoftNETCoreAppVersion>
<!-- dotnet-core-internal-tooling -->
<IbcMergePackageVersion>5.0.6-beta.19203.1</IbcMergePackageVersion>
<!-- dotnet-optimization -->