Update CoreClr to beta-24828-02
authordotnet-bot <dotnet-bot@microsoft.com>
Wed, 28 Dec 2016 09:42:01 +0000 (09:42 +0000)
committerdotnet-bot <dotnet-bot@microsoft.com>
Wed, 28 Dec 2016 09:42:01 +0000 (09:42 +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 1a764fc..006c115 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>065c06c089e11b19db9d58dbe071bc01518d8a6f</CoreFxCurrentRef>
-    <CoreClrCurrentRef>065c06c089e11b19db9d58dbe071bc01518d8a6f</CoreClrCurrentRef>
+    <CoreClrCurrentRef>6fbf64ecaefefab2bc4c4db8bde6414be51fe3d3</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-24827-03</CoreClrPackageVersion>
+    <CoreClrPackageVersion>1.2.0-beta-24828-02</CoreClrPackageVersion>
     <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
   </PropertyGroup>
 
index d2841ef..5b559fa 100644 (file)
@@ -1,10 +1,10 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.ILAsm": "1.2.0-beta-24827-03",
-    "Microsoft.NETCore.ILDAsm": "1.2.0-beta-24827-03",
-    "Microsoft.NETCore.Jit": "1.2.0-beta-24827-03",
-    "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24827-03",
-    "Microsoft.NETCore.TestHost": "1.2.0-beta-24827-03"
+    "Microsoft.NETCore.ILAsm": "1.2.0-beta-24828-02",
+    "Microsoft.NETCore.ILDAsm": "1.2.0-beta-24828-02",
+    "Microsoft.NETCore.Jit": "1.2.0-beta-24828-02",
+    "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24828-02",
+    "Microsoft.NETCore.TestHost": "1.2.0-beta-24828-02"
   },
   "frameworks": {
     "netcoreapp1.1": {
index 2cec360..3efb579 100644 (file)
@@ -64,7 +64,7 @@
   "frameworks": {
     "netcoreapp1.1": {
       "dependencies": {
-        "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24827-03"
+        "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24828-02"
       }
     }
   },
index 153b27a..46b703a 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24827-03"
+    "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24828-02"
   },
   "frameworks": {
     "netcoreapp1.1": {