summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2019-06-23 08:27:00 -0700
committerJan Kotas <jkotas@microsoft.com>2019-06-23 08:27:00 -0700
commitb5cdcb74ffbe42d8faebcf7cff7fec231ca5d3b4 (patch)
treeb74b08c4778c6abbf9be834577dea442c5ddaf52 /eng
parent717b32703b59682479c04399c03fe0ebfa79c22f (diff)
downloadcoreclr-b5cdcb74ffbe42d8faebcf7cff7fec231ca5d3b4.tar.gz
coreclr-b5cdcb74ffbe42d8faebcf7cff7fec231ca5d3b4.tar.bz2
coreclr-b5cdcb74ffbe42d8faebcf7cff7fec231ca5d3b4.zip
Update dependencies from https://github.com/dotnet/corefx build 20190622.7 (#25337)
- Microsoft.Bcl.AsyncInterfaces - 1.0.0-preview7.19322.7 - Microsoft.NETCore.Platforms - 3.0.0-preview7.19322.7 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19322.7
Diffstat (limited to 'eng')
-rw-r--r--eng/Version.Details.xml12
-rw-r--r--eng/Versions.props6
2 files changed, 9 insertions, 9 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 0400c745dc..862a2d27e6 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -19,17 +19,17 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>fcee3d5c2d6180bec19c4ae50234771c436b4b52</Sha>
</Dependency>
- <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview7.19321.8">
+ <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview7.19322.7">
<Uri>https://github.com/dotnet/corefx</Uri>
- <Sha>d7631df16a92da0e21bcb64240d5007f0dab95ed</Sha>
+ <Sha>3b39190472c73ef0c4da485bfba0aa57f9ae3b37</Sha>
</Dependency>
- <Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-preview7.19321.8">
+ <Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-preview7.19322.7">
<Uri>https://github.com/dotnet/corefx</Uri>
- <Sha>d7631df16a92da0e21bcb64240d5007f0dab95ed</Sha>
+ <Sha>3b39190472c73ef0c4da485bfba0aa57f9ae3b37</Sha>
</Dependency>
- <Dependency Name="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0-preview7.19321.8">
+ <Dependency Name="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0-preview7.19322.7">
<Uri>https://github.com/dotnet/corefx</Uri>
- <Sha>d7631df16a92da0e21bcb64240d5007f0dab95ed</Sha>
+ <Sha>3b39190472c73ef0c4da485bfba0aa57f9ae3b37</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview7-27821-07">
<Uri>https://github.com/dotnet/core-setup</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 5c6e206c28..2655b38ec1 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -18,9 +18,9 @@
<MicrosoftDotNetBuildTasksPackagingVersion>1.0.0-beta.19321.75</MicrosoftDotNetBuildTasksPackagingVersion>
<MicrosoftDotNetXUnitConsoleRunnerVersion>2.5.1-beta.19278.1</MicrosoftDotNetXUnitConsoleRunnerVersion>
<!-- corefx -->
- <MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview7.19321.8</MicrosoftPrivateCoreFxNETCoreAppVersion>
- <MicrosoftNETCorePlatformsVersion>3.0.0-preview7.19321.8</MicrosoftNETCorePlatformsVersion>
- <MicrosoftBclAsyncInterfacesVersion>1.0.0-preview7.19321.8</MicrosoftBclAsyncInterfacesVersion>
+ <MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview7.19322.7</MicrosoftPrivateCoreFxNETCoreAppVersion>
+ <MicrosoftNETCorePlatformsVersion>3.0.0-preview7.19322.7</MicrosoftNETCorePlatformsVersion>
+ <MicrosoftBclAsyncInterfacesVersion>1.0.0-preview7.19322.7</MicrosoftBclAsyncInterfacesVersion>
<!-- core-setup -->
<MicrosoftNETCoreAppVersion>3.0.0-preview7-27821-07</MicrosoftNETCoreAppVersion>
<!-- dotnet-core-internal-tooling -->