summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2019-05-29 11:14:05 -0700
committerJuan Hoyos <juan.hoyos@microsoft.com>2019-05-29 11:14:05 -0700
commitb096f349a409c6461bc26e2db841a82125fcf48b (patch)
tree3925738e71b2ec3ecb1d4f35bc7a95becf69215e /eng
parent2eeeac5b0239cc619c1d71dc33896fa2bdced12c (diff)
downloadcoreclr-b096f349a409c6461bc26e2db841a82125fcf48b.tar.gz
coreclr-b096f349a409c6461bc26e2db841a82125fcf48b.tar.bz2
coreclr-b096f349a409c6461bc26e2db841a82125fcf48b.zip
[master] Update dependencies from dotnet/corefx (#24781)
* Update dependencies from https://github.com/dotnet/corefx build 20190524.8 - Microsoft.Bcl.AsyncInterfaces - 1.0.0-preview6.19274.8 - Microsoft.NETCore.Platforms - 3.0.0-preview6.19274.8 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview6.19274.8 * Update dependencies from https://github.com/dotnet/corefx build 20190527.2 - Microsoft.Bcl.AsyncInterfaces - 1.0.0-preview6.19277.2 - Microsoft.NETCore.Platforms - 3.0.0-preview6.19277.2 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview6.19277.2 * Update dependencies from https://github.com/dotnet/corefx build 20190528.7 - Microsoft.Bcl.AsyncInterfaces - 1.0.0-preview6.19278.7 - Microsoft.NETCore.Platforms - 3.0.0-preview6.19278.7 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview6.19278.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 3b90c5186c..571582a00d 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -19,17 +19,17 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>02a90cc69d2d32bbde9e6e0e41186711c591de27</Sha>
</Dependency>
- <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview6.19273.8">
+ <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview6.19278.7">
<Uri>https://github.com/dotnet/corefx</Uri>
- <Sha>c539d6c627b169d45f0b4cf1826b560cd0862abe</Sha>
+ <Sha>c7d48ca7732b7717e84d8375588d83866104ef58</Sha>
</Dependency>
- <Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-preview6.19273.8">
+ <Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-preview6.19278.7">
<Uri>https://github.com/dotnet/corefx</Uri>
- <Sha>c539d6c627b169d45f0b4cf1826b560cd0862abe</Sha>
+ <Sha>c7d48ca7732b7717e84d8375588d83866104ef58</Sha>
</Dependency>
- <Dependency Name="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0-preview6.19273.8">
+ <Dependency Name="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0-preview6.19278.7">
<Uri>https://github.com/dotnet/corefx</Uri>
- <Sha>c539d6c627b169d45f0b4cf1826b560cd0862abe</Sha>
+ <Sha>c7d48ca7732b7717e84d8375588d83866104ef58</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview6-27728-04">
<Uri>https://github.com/dotnet/core-setup</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 9cac35bca7..f38a145f46 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -17,9 +17,9 @@
<MicrosoftDotNetBuildTasksPackagingVersion>1.0.0-beta.19273.11</MicrosoftDotNetBuildTasksPackagingVersion>
<MicrosoftDotNetXUnitConsoleRunnerVersion>2.5.1-beta.19278.1</MicrosoftDotNetXUnitConsoleRunnerVersion>
<!-- corefx -->
- <MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview6.19273.8</MicrosoftPrivateCoreFxNETCoreAppVersion>
- <MicrosoftNETCorePlatformsVersion>3.0.0-preview6.19273.8</MicrosoftNETCorePlatformsVersion>
- <MicrosoftBclAsyncInterfacesVersion>1.0.0-preview6.19273.8</MicrosoftBclAsyncInterfacesVersion>
+ <MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview6.19278.7</MicrosoftPrivateCoreFxNETCoreAppVersion>
+ <MicrosoftNETCorePlatformsVersion>3.0.0-preview6.19278.7</MicrosoftNETCorePlatformsVersion>
+ <MicrosoftBclAsyncInterfacesVersion>1.0.0-preview6.19278.7</MicrosoftBclAsyncInterfacesVersion>
<!-- core-setup -->
<MicrosoftNETCoreAppVersion>3.0.0-preview6-27728-04</MicrosoftNETCoreAppVersion>
<!-- dotnet-core-internal-tooling -->