Update CoreClr, CoreFx to beta-25003-02, beta-25003-02, respectively
authordotnet-bot <dotnet-bot@microsoft.com>
Fri, 3 Feb 2017 15:03:33 +0000 (15:03 +0000)
committerdotnet-bot <dotnet-bot@microsoft.com>
Fri, 3 Feb 2017 15:03:33 +0000 (15:03 +0000)
Commit migrated from https://github.com/dotnet/coreclr/commit/2a26e920a6a35a3cacf9ce14b1f9e03ec1536c21

15 files changed:
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
src/coreclr/tests/src/Common/test_dependencies/project.json
src/coreclr/tests/src/Common/test_runtime/project.json
src/coreclr/tests/src/JIT/config/benchmark+roslyn/project.json
src/coreclr/tests/src/JIT/config/benchmark+serialize/project.json
src/coreclr/tests/src/JIT/config/benchmark/project.json
src/coreclr/tests/src/JIT/config/extra/project.json
src/coreclr/tests/src/JIT/config/minimal/project.json
src/coreclr/tests/src/JIT/config/threading+thread/project.json
src/coreclr/tests/src/JIT/config/threading/project.json
src/coreclr/tests/src/TestWrappersConfig/project.json
src/coreclr/tests/src/performance/project.json

index 3fb7168..ecb629b 100644 (file)
@@ -1,18 +1,18 @@
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
   <PropertyGroup>
-    <CoreFxCurrentRef>e04a8c7d7012055d5d8d2f06d1e1bd3cc5f0d98f</CoreFxCurrentRef>
-    <CoreClrCurrentRef>e61a2eaecad04acea728883fa725375a1c0e8418</CoreClrCurrentRef>
+    <CoreFxCurrentRef>d8a5ef9aa18fac28c32f329a734f5095f6095b53</CoreFxCurrentRef>
+    <CoreClrCurrentRef>d8a5ef9aa18fac28c32f329a734f5095f6095b53</CoreClrCurrentRef>
   </PropertyGroup>
 
   <!-- Auto-upgraded properties for each build info dependency. -->
   <PropertyGroup>
-    <CoreFxExpectedPrerelease>beta-25001-02</CoreFxExpectedPrerelease>
+    <CoreFxExpectedPrerelease>beta-25003-02</CoreFxExpectedPrerelease>
   </PropertyGroup>
 
   <!-- Full package version strings that are used in other parts of the build. -->
   <PropertyGroup>
-    <CoreClrPackageVersion>2.0.0-beta-25002-03</CoreClrPackageVersion>
+    <CoreClrPackageVersion>2.0.0-beta-25003-02</CoreClrPackageVersion>
     <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
   </PropertyGroup>
 
index 655b3ea..65a947f 100644 (file)
@@ -1,10 +1,10 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.ILAsm": "2.0.0-beta-25002-03",
-    "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25002-03",
-    "Microsoft.NETCore.Jit": "2.0.0-beta-25002-03",
-    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25002-03",
-    "Microsoft.NETCore.TestHost": "2.0.0-beta-25002-03"
+    "Microsoft.NETCore.ILAsm": "2.0.0-beta-25003-02",
+    "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25003-02",
+    "Microsoft.NETCore.Jit": "2.0.0-beta-25003-02",
+    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25003-02",
+    "Microsoft.NETCore.TestHost": "2.0.0-beta-25003-02"
   },
   "frameworks": {
     "netcoreapp1.1": {
index fb63625..bc2ee33 100644 (file)
@@ -5,7 +5,7 @@
     "emitEntryPoint": true
   },
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-25001-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25003-02",
     "Microsoft.NETCore.Targets": "1.2.0-beta-24913-02",
     "System.Threading.Thread": "4.4.0-beta-24913-02",
     "System.Collections": "4.4.0-beta-24913-02",
@@ -64,7 +64,7 @@
   "frameworks": {
     "netcoreapp1.1": {
       "dependencies": {
-        "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25002-03"
+        "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25003-02"
       }
     }
   },
index 1a15cca..84282ce 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25002-03"
+    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25003-02"
   },
   "frameworks": {
     "netcoreapp1.1": {
index 869d518..bf01d69 100644 (file)
@@ -9,7 +9,7 @@
     "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
     "Microsoft.Win32.Primitives": "4.4.0-beta-24913-02",
     "Newtonsoft.Json": "8.0.3",
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-25001-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25003-02",
     "Microsoft.NETCore.Targets": "1.2.0-beta-24913-02",
     "System.Collections.Immutable": "1.4.0-beta-24913-02",
     "System.Threading.Thread": "4.4.0-beta-24913-02",
index 0f50497..dd81734 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-25001-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25003-02",
     "Microsoft.DotNet.CoreCLR.TestDependencies": "1.0.0-prerelease",
     "jit-dasm": "0.0.1.4",
     "cijobs": "0.0.1.2",
@@ -9,7 +9,7 @@
   "frameworks": {
     "netcoreapp1.1": {
       "imports": [
-        "dnxcore50",  
+        "dnxcore50",
         "portable-net45+win8"
       ]
     }
index f3714bb..0408c0c 100644 (file)
@@ -4,7 +4,7 @@
     "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0040",
     "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0040",
     "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-25001-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25003-02",
     "System.Console": "4.4.0-beta-24913-02",
     "System.Dynamic.Runtime": "4.4.0-beta-24913-02",
     "System.Linq": "4.4.0-beta-24913-02",
index 79449d0..e11b8bf 100644 (file)
@@ -3,7 +3,7 @@
     "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0040",
     "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0040",
     "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-25001-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25003-02",
     "Newtonsoft.Json": "7.0.1",
     "System.Console": "4.4.0-beta-24913-02",
     "System.IO": "4.4.0-beta-24913-02",
index 96cfc70..108a5d7 100644 (file)
@@ -3,7 +3,7 @@
     "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0040",
     "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0040",
     "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-25001-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25003-02",
     "System.Collections.NonGeneric": "4.4.0-beta-24913-02",
     "System.Console": "4.4.0-beta-24913-02",
     "System.IO.FileSystem": "4.4.0-beta-24913-02",
index 931926c..b7ceed4 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-25001-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25003-02",
     "System.Collections": "4.4.0-beta-24913-02",
     "System.Console": "4.4.0-beta-24913-02",
     "System.Diagnostics.Debug": "4.4.0-beta-24913-02",
index cf49af5..cafac96 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-25001-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25003-02",
     "System.Console": "4.4.0-beta-24913-02",
     "System.Runtime": "4.4.0-beta-24913-02",
     "System.Runtime.Extensions": "4.4.0-beta-24913-02",
index 0296783..09c2ed9 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-25001-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25003-02",
     "System.Console": "4.4.0-beta-24913-02",
     "System.Numerics.Vectors": "4.4.0-beta-24913-02",
     "System.Runtime": "4.4.0-beta-24913-02",
index 857de31..2db3773 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-25001-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25003-02",
     "System.Console": "4.4.0-beta-24913-02",
     "System.Runtime": "4.4.0-beta-24913-02",
     "System.Runtime.Extensions": "4.4.0-beta-24913-02",
index 60f90bb..407fab9 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-25001-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25003-02",
     "xunit": "2.2.0-beta2-build3300",
     "xunit.assert": "2.2.0-beta2-build3300",
     "xunit.core": "2.2.0-beta2-build3300",
@@ -9,7 +9,7 @@
   "frameworks": {
     "netcoreapp1.1": {
       "imports": [
-        "dnxcore50",  
+        "dnxcore50",
         "portable-net45+win8"
       ]
     },
index d367466..060f3fd 100644 (file)
@@ -3,7 +3,7 @@
     "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0040",
     "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0040",
     "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-25001-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25003-02",
     "System.Collections.NonGeneric": "4.4.0-beta-24913-02",
     "System.Console": "4.4.0-beta-24913-02",
     "System.IO.FileSystem": "4.4.0-beta-24913-02",