summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2019-06-22 09:43:24 -0700
committerJan Kotas <jkotas@microsoft.com>2019-06-22 09:43:24 -0700
commit8b15b531562f82170257826ca1de0eb263fb881f (patch)
tree8167db22d95af3f04875a8729bc527e4cc8475ef
parenta959d51e00296a3a0b25d2145c9ea6b03dddf296 (diff)
downloadcoreclr-8b15b531562f82170257826ca1de0eb263fb881f.tar.gz
coreclr-8b15b531562f82170257826ca1de0eb263fb881f.tar.bz2
coreclr-8b15b531562f82170257826ca1de0eb263fb881f.zip
Update dependencies from https://github.com/dotnet/core-setup build 20190621.07 (#25330)
- Microsoft.NETCore.App - 3.0.0-preview7-27821-07
-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 bf639a1f0d..1e2f424087 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -31,9 +31,9 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>e5aa6a5b6df5593e17b794dfcf5cf7ec87e9ef1d</Sha>
</Dependency>
- <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview7-27820-07">
+ <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview7-27821-07">
<Uri>https://github.com/dotnet/core-setup</Uri>
- <Sha>a6d97ae21c572ecd5485c2979e8652a70908926a</Sha>
+ <Sha>1be0aae259c6ba7919a2aee6009c92f5108af912</Sha>
</Dependency>
<Dependency Name="optimization.IBC.CoreCLR" Version="99.99.99-master-20190622.1">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 9d62c69854..e6ad0cc7cf 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -22,7 +22,7 @@
<MicrosoftNETCorePlatformsVersion>3.0.0-preview7.19321.1</MicrosoftNETCorePlatformsVersion>
<MicrosoftBclAsyncInterfacesVersion>1.0.0-preview7.19321.1</MicrosoftBclAsyncInterfacesVersion>
<!-- core-setup -->
- <MicrosoftNETCoreAppVersion>3.0.0-preview7-27820-07</MicrosoftNETCoreAppVersion>
+ <MicrosoftNETCoreAppVersion>3.0.0-preview7-27821-07</MicrosoftNETCoreAppVersion>
<!-- dotnet-core-internal-tooling -->
<IbcMergePackageVersion>5.0.6-beta.19203.1</IbcMergePackageVersion>
<!-- dotnet-optimization -->