Update CoreClr to beta-24912-04
authordotnet-bot <dotnet-bot@microsoft.com>
Thu, 12 Jan 2017 20:57:32 +0000 (20:57 +0000)
committerdotnet-bot <dotnet-bot@microsoft.com>
Thu, 12 Jan 2017 20:57:32 +0000 (20:57 +0000)
Commit migrated from https://github.com/dotnet/coreclr/commit/431e18305e00810f5cc727238db598de15251886

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

index 6879329..249dadd 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>50316aab6400fcb2894d608f997d6483962b6642</CoreFxCurrentRef>
-    <CoreClrCurrentRef>50316aab6400fcb2894d608f997d6483962b6642</CoreClrCurrentRef>
+    <CoreClrCurrentRef>fd19adfd7d3f4d5ef6d3a4c20deffbf6bee3108f</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>1.2.0-beta-24911-02</CoreClrPackageVersion>
+    <CoreClrPackageVersion>1.2.0-beta-24912-04</CoreClrPackageVersion>
     <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
   </PropertyGroup>
 
index 8def5e5..4c65735 100644 (file)
@@ -1,10 +1,10 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.ILAsm": "1.2.0-beta-24911-02",
-    "Microsoft.NETCore.ILDAsm": "1.2.0-beta-24911-02",
-    "Microsoft.NETCore.Jit": "1.2.0-beta-24911-02",
-    "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24911-02",
-    "Microsoft.NETCore.TestHost": "1.2.0-beta-24911-02"
+    "Microsoft.NETCore.ILAsm": "1.2.0-beta-24912-04",
+    "Microsoft.NETCore.ILDAsm": "1.2.0-beta-24912-04",
+    "Microsoft.NETCore.Jit": "1.2.0-beta-24912-04",
+    "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24912-04",
+    "Microsoft.NETCore.TestHost": "1.2.0-beta-24912-04"
   },
   "frameworks": {
     "netcoreapp1.1": {
index dafafa5..be2d8d6 100644 (file)
@@ -64,7 +64,7 @@
   "frameworks": {
     "netcoreapp1.1": {
       "dependencies": {
-        "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24911-02"
+        "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24912-04"
       }
     }
   },
index d02628d..8946733 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24911-02"
+    "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24912-04"
   },
   "frameworks": {
     "netcoreapp1.1": {