summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2019-05-23 11:24:11 -0700
committerJan Kotas <jkotas@microsoft.com>2019-05-23 11:24:11 -0700
commit032c177ef26be601bde2f34614fb0254171372f9 (patch)
treeb69e465ec087ef2f91c44b5af99b19de6da8d878 /eng
parent3af71a7e68fb1d279b18d332db6cd3ee7a824295 (diff)
downloadcoreclr-032c177ef26be601bde2f34614fb0254171372f9.tar.gz
coreclr-032c177ef26be601bde2f34614fb0254171372f9.tar.bz2
coreclr-032c177ef26be601bde2f34614fb0254171372f9.zip
Update dependencies from https://github.com/dotnet/core-setup build 20190522.02 (#24741)
- Microsoft.NETCore.App - 3.0.0-preview6-27722-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 8a5be99ab0..7fe3cd78fd 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -27,9 +27,9 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>a28176b5ec68b6da1472934fe9493790d1665cae</Sha>
</Dependency>
- <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview6-27720-09">
+ <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview6-27722-02">
<Uri>https://github.com/dotnet/core-setup</Uri>
- <Sha>c3145b06ba5151d5eafcf177a2e380f7acb61189</Sha>
+ <Sha>4573cea18beb40dc9a41014798060e48ff044c63</Sha>
</Dependency>
<Dependency Name="optimization.IBC.CoreCLR" Version="99.99.99-master-20190521.3">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index feaa1de684..6da88d3bef 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -19,7 +19,7 @@
<MicrosoftNETCorePlatformsVersion>3.0.0-preview6.19264.9</MicrosoftNETCorePlatformsVersion>
<MicrosoftBclAsyncInterfacesVersion>1.0.0-preview6.19264.9</MicrosoftBclAsyncInterfacesVersion>
<!-- core-setup -->
- <MicrosoftNETCoreAppVersion>3.0.0-preview6-27720-09</MicrosoftNETCoreAppVersion>
+ <MicrosoftNETCoreAppVersion>3.0.0-preview6-27722-02</MicrosoftNETCoreAppVersion>
<!-- dotnet-core-internal-tooling -->
<IbcMergePackageVersion>5.0.6-beta.19203.1</IbcMergePackageVersion>
<!-- dotnet-optimization -->