Update CoreClr to preview1-25327-01 (dotnet/coreclr#11949)
authordotnet bot <dotnet-bot@dotnetfoundation.org>
Sat, 27 May 2017 23:07:59 +0000 (16:07 -0700)
committerDan Moseley <danmose@microsoft.com>
Sat, 27 May 2017 23:07:59 +0000 (16:07 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/37c61722c3062d45f8ff3008424e02a759357afb

src/coreclr/dependencies.props

index 08c5cfa..6945f62 100644 (file)
@@ -2,7 +2,7 @@
   <!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
   <PropertyGroup>
     <CoreFxCurrentRef>6fa6ed1a40843f4ec7c0779aed68ec01b888ba1a</CoreFxCurrentRef>
-    <CoreClrCurrentRef>6fa6ed1a40843f4ec7c0779aed68ec01b888ba1a</CoreClrCurrentRef>
+    <CoreClrCurrentRef>877feeb939bc4be42403f4aa8495752cb73dfe96</CoreClrCurrentRef>
   </PropertyGroup>
 
   <!-- Auto-upgraded properties for each build info dependency. -->
@@ -13,7 +13,7 @@
 
   <!-- Full package version strings that are used in other parts of the build. -->
   <PropertyGroup>
-    <CoreClrPackageVersion>2.1.0-preview1-25326-02</CoreClrPackageVersion>
+    <CoreClrPackageVersion>2.1.0-preview1-25327-01</CoreClrPackageVersion>
     <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
   </PropertyGroup>