summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2019-06-18 14:17:41 -0700
committerJan Kotas <jkotas@microsoft.com>2019-06-18 14:17:41 -0700
commiteafa8648ebee92de1380278b15cd5c2b6ef11218 (patch)
treed603cef23aa5ac2cce8fb43d626a100cd60bad48 /eng
parent20b4bdd1fe553b8751a2a908cc748b0346808023 (diff)
downloadcoreclr-eafa8648ebee92de1380278b15cd5c2b6ef11218.tar.gz
coreclr-eafa8648ebee92de1380278b15cd5c2b6ef11218.tar.bz2
coreclr-eafa8648ebee92de1380278b15cd5c2b6ef11218.zip
Update dependencies from https://github.com/dotnet/core-setup build 20190618.02 (#25223)
- Microsoft.NETCore.App - 3.0.0-preview7-27818-02
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 97830697c1..8898d07ada 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -31,9 +31,9 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>a78bd7308555926f88aad3d0ecaaebae0f9204cc</Sha>
</Dependency>
- <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview7-27817-01">
+ <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview7-27818-02">
<Uri>https://github.com/dotnet/core-setup</Uri>
- <Sha>74e62c50dbf559ba0dc8e2b1d5893309c2f058a4</Sha>
+ <Sha>00df5c6b304566a04d15dcdadfda710d73dd950b</Sha>
</Dependency>
<Dependency Name="optimization.IBC.CoreCLR" Version="99.99.99-master-20190618.1">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 573ee9d908..dc6e4b69e2 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -22,7 +22,7 @@
<MicrosoftNETCorePlatformsVersion>3.0.0-preview7.19311.1</MicrosoftNETCorePlatformsVersion>
<MicrosoftBclAsyncInterfacesVersion>1.0.0-preview7.19311.1</MicrosoftBclAsyncInterfacesVersion>
<!-- core-setup -->
- <MicrosoftNETCoreAppVersion>3.0.0-preview7-27817-01</MicrosoftNETCoreAppVersion>
+ <MicrosoftNETCoreAppVersion>3.0.0-preview7-27818-02</MicrosoftNETCoreAppVersion>
<!-- dotnet-core-internal-tooling -->
<IbcMergePackageVersion>5.0.6-beta.19203.1</IbcMergePackageVersion>
<!-- dotnet-optimization -->