summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2019-04-08 10:59:11 -0400
committerStephen Toub <stoub@microsoft.com>2019-04-08 10:59:11 -0400
commite7ea49b60961afba0d7dd70b1e8cf8d1fc3c70f7 (patch)
treebc374d60fae3308196e9073da1e3587295091a03 /eng
parent9a465e4560db2a6efc711a40a940d3a6eaaf4784 (diff)
downloadcoreclr-e7ea49b60961afba0d7dd70b1e8cf8d1fc3c70f7.tar.gz
coreclr-e7ea49b60961afba0d7dd70b1e8cf8d1fc3c70f7.tar.bz2
coreclr-e7ea49b60961afba0d7dd70b1e8cf8d1fc3c70f7.zip
[master] Update dependencies from dotnet/corefx (#23798)
* Update dependencies from https://github.com/dotnet/corefx build 20190406.5 - Microsoft.NETCore.Platforms - 3.0.0-preview5.19206.5 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview5.19206.5 * Update dependencies from https://github.com/dotnet/corefx build 20190408.1 - Microsoft.NETCore.Platforms - 3.0.0-preview5.19208.1 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview5.19208.1
Diffstat (limited to 'eng')
-rw-r--r--eng/Version.Details.xml8
-rw-r--r--eng/Versions.props4
2 files changed, 6 insertions, 6 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 52e5a267e2..7dece6d2a9 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -11,13 +11,13 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4217db4a23ffd15abb3771d635b66162994fb9e4</Sha>
</Dependency>
- <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview5.19205.9">
+ <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview5.19208.1">
<Uri>https://github.com/dotnet/corefx</Uri>
- <Sha>35249a0072b41a89ce1542deacb2611c2393dec0</Sha>
+ <Sha>87fdc75beacc76e02c8e572ae3b0613b418200eb</Sha>
</Dependency>
- <Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-preview5.19205.9">
+ <Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-preview5.19208.1">
<Uri>https://github.com/dotnet/corefx</Uri>
- <Sha>35249a0072b41a89ce1542deacb2611c2393dec0</Sha>
+ <Sha>87fdc75beacc76e02c8e572ae3b0613b418200eb</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview4-27604-13">
<Uri>https://github.com/dotnet/core-setup</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 7ef8f4167f..32185e04f8 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -8,8 +8,8 @@
<UsingToolXliff>false</UsingToolXliff>
<UsingToolNetFrameworkReferenceAssemblies>true</UsingToolNetFrameworkReferenceAssemblies>
<MicrosoftNetFrameworkReferenceAssembliesVersion>1.0.0-alpha-004</MicrosoftNetFrameworkReferenceAssembliesVersion>
- <MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview5.19205.9</MicrosoftPrivateCoreFxNETCoreAppVersion>
- <MicrosoftNETCorePlatformsVersion>3.0.0-preview5.19205.9</MicrosoftNETCorePlatformsVersion>
+ <MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview5.19208.1</MicrosoftPrivateCoreFxNETCoreAppVersion>
+ <MicrosoftNETCorePlatformsVersion>3.0.0-preview5.19208.1</MicrosoftNETCorePlatformsVersion>
<MicrosoftNETCoreAppVersion>3.0.0-preview4-27604-13</MicrosoftNETCoreAppVersion>
<optimizationIBCCoreCLRVersion>99.99.99-master-20190313.3</optimizationIBCCoreCLRVersion>
<optimizationPGOCoreCLRVersion>99.99.99-master-20190313.3</optimizationPGOCoreCLRVersion>