Update CoreFx to preview1-25405-04 (dotnet/core-setup#2622)
authordotnet bot <dotnet-bot@dotnetfoundation.org>
Mon, 5 Jun 2017 20:39:17 +0000 (13:39 -0700)
committerGaurav Khanna <gkhanna@microsoft.com>
Mon, 5 Jun 2017 20:39:17 +0000 (13:39 -0700)
Commit migrated from https://github.com/dotnet/core-setup/commit/3d548aa59ec8b6d5bff2281885ffc560897fcf20

src/installer/dependencies.props

index 6abc991..f8e344e 100644 (file)
@@ -9,14 +9,14 @@
        These ref versions are pulled from https://github.com/dotnet/versions.
   -->
   <PropertyGroup>
-    <CoreFxCurrentRef>4081b2616c091ea60c2cf069421b9438493a4a08</CoreFxCurrentRef>
+    <CoreFxCurrentRef>534770cbd98c4083de4d93b809f2e0968f0f856a</CoreFxCurrentRef>
     <CoreClrCurrentRef>4081b2616c091ea60c2cf069421b9438493a4a08</CoreClrCurrentRef>
     <StandardCurrentRef>4081b2616c091ea60c2cf069421b9438493a4a08</StandardCurrentRef>
     <WCFCurrentRef>4081b2616c091ea60c2cf069421b9438493a4a08</WCFCurrentRef>
   </PropertyGroup>
   
   <PropertyGroup>
-    <CoreFxVersion>4.5.0-preview1-25405-01</CoreFxVersion>
+    <CoreFxVersion>4.5.0-preview1-25405-04</CoreFxVersion>
     <PlatformPackageVersion>2.1.0-preview1-25324-02</PlatformPackageVersion>
     <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview1-25405-01</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
     <MicrosoftNETCoreRuntimeJitPackageVersion>$(MicrosoftNETCoreRuntimeCoreCLRPackageVersion)</MicrosoftNETCoreRuntimeJitPackageVersion>