Update CoreClr to preview2-25229-01 (dotnet/coreclr#11303)
authordotnet bot <dotnet-bot@dotnetfoundation.org>
Sat, 29 Apr 2017 06:08:49 +0000 (23:08 -0700)
committerGaurav Khanna <gkhanna@microsoft.com>
Sat, 29 Apr 2017 06:08:49 +0000 (23:08 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/bd0a833845cc334eaf06d95329d00f9c4cb067b2

src/coreclr/dependencies.props
src/coreclr/tests/src/Common/build_against_pkg_dependencies/project.json
src/coreclr/tests/src/Common/targeting_pack_ref/project.json

index d42f975..300cb23 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>e4be3f7e493f95d85a5b731b35418ee4843bf813</CoreFxCurrentRef>
-    <CoreClrCurrentRef>e4be3f7e493f95d85a5b731b35418ee4843bf813</CoreClrCurrentRef>
+    <CoreClrCurrentRef>54936060db416dc1cbfa3262b20100ef8668db22</CoreClrCurrentRef>
   </PropertyGroup>
 
   <!-- Auto-upgraded properties for each build info dependency. -->
@@ -12,7 +12,7 @@
 
   <!-- Full package version strings that are used in other parts of the build. -->
   <PropertyGroup>
-    <CoreClrPackageVersion>2.0.0-preview2-25228-02</CoreClrPackageVersion>
+    <CoreClrPackageVersion>2.0.0-preview2-25229-01</CoreClrPackageVersion>
     <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
   </PropertyGroup>
 
index e438321..48a396c 100644 (file)
@@ -1,10 +1,10 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.ILAsm": "2.0.0-preview2-25228-02",
-    "Microsoft.NETCore.ILDAsm": "2.0.0-preview2-25228-02",
-    "Microsoft.NETCore.Jit": "2.0.0-preview2-25228-02",
-    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview2-25228-02",
-    "Microsoft.NETCore.TestHost": "2.0.0-preview2-25228-02"
+    "Microsoft.NETCore.ILAsm": "2.0.0-preview2-25229-01",
+    "Microsoft.NETCore.ILDAsm": "2.0.0-preview2-25229-01",
+    "Microsoft.NETCore.Jit": "2.0.0-preview2-25229-01",
+    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview2-25229-01",
+    "Microsoft.NETCore.TestHost": "2.0.0-preview2-25229-01"
   },
   "frameworks": {
     "netcoreapp2.0": {
index 08135ab..720b5c0 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-preview2-25228-02"
+    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-preview2-25229-01"
   },
   "frameworks": {
     "netcoreapp1.1": {