Update CoreClr to beta-24816-04
authordotnet-bot <dotnet-bot@microsoft.com>
Fri, 16 Dec 2016 19:40:29 +0000 (19:40 +0000)
committerdotnet-bot <dotnet-bot@microsoft.com>
Fri, 16 Dec 2016 19:40:29 +0000 (19:40 +0000)
dependencies.props
tests/src/Common/build_against_pkg_dependencies/project.json
tests/src/Common/netcoreapp/project.json
tests/src/Common/targeting_pack_ref/project.json

index 85ee978..d4e7665 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>412d4d830db9a28f525e37c05babcd38daa87a45</CoreFxCurrentRef>
-    <CoreClrCurrentRef>6970490f631ed176d761438e87f5978b7555b636</CoreClrCurrentRef>
+    <CoreClrCurrentRef>d4945ed18203cf0cae77dc89de2cf208baeb9d41</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-24815-03</CoreClrPackageVersion>
+    <CoreClrPackageVersion>1.2.0-beta-24816-04</CoreClrPackageVersion>
     <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
   </PropertyGroup>
 
index 026abdc..30c35fd 100644 (file)
@@ -1,10 +1,10 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.ILAsm": "1.2.0-beta-24815-03",
-    "Microsoft.NETCore.ILDAsm": "1.2.0-beta-24815-03",
-    "Microsoft.NETCore.Jit": "1.2.0-beta-24815-03",
-    "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24815-03",
-    "Microsoft.NETCore.TestHost": "1.2.0-beta-24815-03"
+    "Microsoft.NETCore.ILAsm": "1.2.0-beta-24816-04",
+    "Microsoft.NETCore.ILDAsm": "1.2.0-beta-24816-04",
+    "Microsoft.NETCore.Jit": "1.2.0-beta-24816-04",
+    "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24816-04",
+    "Microsoft.NETCore.TestHost": "1.2.0-beta-24816-04"
   },
   "frameworks": {
     "netcoreapp1.1": {
index 29bed71..02afe44 100644 (file)
@@ -64,7 +64,7 @@
   "frameworks": {
     "netcoreapp1.1": {
       "dependencies": {
-        "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24815-03"
+        "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24816-04"
       }
     }
   },
index 4986757..f094f09 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24815-03"
+    "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24816-04"
   },
   "frameworks": {
     "netcoreapp1.1": {