Update CoreClr, CoreFx, Standard, WCF to preview1-25401-01, preview1-25401-06, previe...
authordotnet bot <dotnet-bot@dotnetfoundation.org>
Thu, 1 Jun 2017 16:30:59 +0000 (09:30 -0700)
committerGaurav Khanna <gkhanna@microsoft.com>
Thu, 1 Jun 2017 16:30:59 +0000 (09:30 -0700)
Commit migrated from https://github.com/dotnet/core-setup/commit/ecb15a2f7c4dd9f4d033766f8827fb4385fb1bb3

src/installer/dependencies.props

index 43a59e1..5302ddc 100644 (file)
@@ -9,20 +9,20 @@
        These ref versions are pulled from https://github.com/dotnet/versions.
   -->
   <PropertyGroup>
-    <CoreFxCurrentRef>5345e5b4eac8279a97e744026f93e9f6ef1ccca3</CoreFxCurrentRef>
-    <CoreClrCurrentRef>5345e5b4eac8279a97e744026f93e9f6ef1ccca3</CoreClrCurrentRef>
-    <StandardCurrentRef>29b0e62fdbc8ac3ea4efd132421848502d6e8c4d</StandardCurrentRef>
-    <WCFCurrentRef>29b0e62fdbc8ac3ea4efd132421848502d6e8c4d</WCFCurrentRef>
+    <CoreFxCurrentRef>a6407630f7f63db38f7be5a867f6f5c4f904ad31</CoreFxCurrentRef>
+    <CoreClrCurrentRef>a6407630f7f63db38f7be5a867f6f5c4f904ad31</CoreClrCurrentRef>
+    <StandardCurrentRef>a6407630f7f63db38f7be5a867f6f5c4f904ad31</StandardCurrentRef>
+    <WCFCurrentRef>a6407630f7f63db38f7be5a867f6f5c4f904ad31</WCFCurrentRef>
   </PropertyGroup>
   
   <PropertyGroup>
-    <CoreFxVersion>4.5.0-preview1-25401-02</CoreFxVersion>
+    <CoreFxVersion>4.5.0-preview1-25401-06</CoreFxVersion>
     <PlatformPackageVersion>2.1.0-preview1-25324-02</PlatformPackageVersion>
-    <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview1-25331-03</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
+    <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview1-25401-01</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
     <MicrosoftNETCoreRuntimeJitPackageVersion>$(MicrosoftNETCoreRuntimeCoreCLRPackageVersion)</MicrosoftNETCoreRuntimeJitPackageVersion>
-    <NETStandardVersion>2.1.0-preview1-25331-01</NETStandardVersion>
+    <NETStandardVersion>2.1.0-preview1-25401-01</NETStandardVersion>
     <DiaSymReaderNativeVersion>1.4.1</DiaSymReaderNativeVersion>
-    <WcfVersion>4.5.0-preview1-25331-01</WcfVersion>
+    <WcfVersion>4.5.0-preview1-25401-01</WcfVersion>
   </PropertyGroup>
   
   <!-- Package dependency verification/auto-upgrade configuration. -->