Update CoreClr to beta-25006-02
authordotnet-bot <dotnet-bot@microsoft.com>
Mon, 6 Feb 2017 10:09:15 +0000 (10:09 +0000)
committerdotnet-bot <dotnet-bot@microsoft.com>
Mon, 6 Feb 2017 10:09:15 +0000 (10:09 +0000)
Commit migrated from https://github.com/dotnet/coreclr/commit/cb0546dc5ef7eb46425dbf55e9895d6ba2c3fd81

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 84bfb27..cd51c6b 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>6ebb1923d44306ebc37fe819f95f54e547a38c46</CoreFxCurrentRef>
-    <CoreClrCurrentRef>1c170fe24d9ee646c8bc3223899b34602aac4c7a</CoreClrCurrentRef>
+    <CoreClrCurrentRef>12c003566891efaa83edd960ee54fe9f417cc18e</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-beta-25006-01</CoreClrPackageVersion>
+    <CoreClrPackageVersion>2.0.0-beta-25006-02</CoreClrPackageVersion>
     <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
   </PropertyGroup>
 
index e1d7aa4..f04e664 100644 (file)
@@ -1,10 +1,10 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.ILAsm": "2.0.0-beta-25006-01",
-    "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25006-01",
-    "Microsoft.NETCore.Jit": "2.0.0-beta-25006-01",
-    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25006-01",
-    "Microsoft.NETCore.TestHost": "2.0.0-beta-25006-01"
+    "Microsoft.NETCore.ILAsm": "2.0.0-beta-25006-02",
+    "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25006-02",
+    "Microsoft.NETCore.Jit": "2.0.0-beta-25006-02",
+    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25006-02",
+    "Microsoft.NETCore.TestHost": "2.0.0-beta-25006-02"
   },
   "frameworks": {
     "netcoreapp1.1": {
index 564c094..7b7902d 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25006-01"
+    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25006-02"
   },
   "frameworks": {
     "netcoreapp1.1": {