Update CoreClr, CoreFx, Standard, WCF to preview1-25324-01, preview1-25324-02, previe...
authordotnet bot <dotnet-bot@dotnetfoundation.org>
Wed, 24 May 2017 15:23:44 +0000 (08:23 -0700)
committerGaurav Khanna <gkhanna@microsoft.com>
Wed, 24 May 2017 15:23:44 +0000 (08:23 -0700)
Commit migrated from https://github.com/dotnet/core-setup/commit/8bf8ed3b750fe376920e5a91869b886ba47ac9a1

src/installer/dependencies.props

index f18ae2c..2325f0e 100644 (file)
@@ -9,20 +9,20 @@
        These ref versions are pulled from https://github.com/dotnet/versions.
   -->
   <PropertyGroup>
-    <CoreFxCurrentRef>8ca527a74acbc73ee9340b7ab64bebad5ccc796e</CoreFxCurrentRef>
-    <CoreClrCurrentRef>5dfd662db1b2793a26441fe3c0a8ee5136004aed</CoreClrCurrentRef>
-    <StandardCurrentRef>5dfd662db1b2793a26441fe3c0a8ee5136004aed</StandardCurrentRef>
-    <WCFCurrentRef>5dfd662db1b2793a26441fe3c0a8ee5136004aed</WCFCurrentRef>
+    <CoreFxCurrentRef>2ded50b86b1599881e556363fa62bc7bde850525</CoreFxCurrentRef>
+    <CoreClrCurrentRef>2ded50b86b1599881e556363fa62bc7bde850525</CoreClrCurrentRef>
+    <StandardCurrentRef>2ded50b86b1599881e556363fa62bc7bde850525</StandardCurrentRef>
+    <WCFCurrentRef>2ded50b86b1599881e556363fa62bc7bde850525</WCFCurrentRef>
   </PropertyGroup>
   
   <PropertyGroup>
-    <CoreFxVersion>4.5.0-preview1-25323-02</CoreFxVersion>
-    <PlatformPackageVersion>2.1.0-preview1-25323-02</PlatformPackageVersion>
-    <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview1-25323-01</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
+    <CoreFxVersion>4.5.0-preview1-25324-02</CoreFxVersion>
+    <PlatformPackageVersion>2.1.0-preview1-25324-02</PlatformPackageVersion>
+    <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview1-25324-01</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
     <MicrosoftNETCoreRuntimeJitPackageVersion>$(MicrosoftNETCoreRuntimeCoreCLRPackageVersion)</MicrosoftNETCoreRuntimeJitPackageVersion>
-    <NETStandardVersion>2.1.0-preview1-25323-01</NETStandardVersion>
+    <NETStandardVersion>2.1.0-preview1-25324-01</NETStandardVersion>
     <DiaSymReaderNativeVersion>1.4.1</DiaSymReaderNativeVersion>
-    <WcfVersion>4.5.0-preview1-25323-01</WcfVersion>
+    <WcfVersion>4.5.0-preview1-25324-01</WcfVersion>
   </PropertyGroup>
   
   <!-- Package dependency verification/auto-upgrade configuration. -->