Update CoreClr, CoreFx to beta-25015-04, beta-25015-02, respectively
authordotnet-bot <dotnet-bot@microsoft.com>
Wed, 15 Feb 2017 17:53:21 +0000 (17:53 +0000)
committerdotnet-bot <dotnet-bot@microsoft.com>
Wed, 15 Feb 2017 17:53:21 +0000 (17:53 +0000)
Commit migrated from https://github.com/dotnet/coreclr/commit/79e857bf063b712e605b69f32432134f929a1783

14 files changed:
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
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 e9537f8..e3659a1 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>a96b46a6ea52965b20667fff5295a13ad73d5d7a</CoreFxCurrentRef>
-    <CoreClrCurrentRef>1d54f6522364b58e726733e16cd9b716a62d9195</CoreClrCurrentRef>
+    <CoreFxCurrentRef>79a1fd3bc483e9b63c05510201b8687ce34ff7b9</CoreFxCurrentRef>
+    <CoreClrCurrentRef>79a1fd3bc483e9b63c05510201b8687ce34ff7b9</CoreClrCurrentRef>
   </PropertyGroup>
 
   <!-- Auto-upgraded properties for each build info dependency. -->
   <PropertyGroup>
-    <CoreFxExpectedPrerelease>beta-25014-02</CoreFxExpectedPrerelease>
+    <CoreFxExpectedPrerelease>beta-25015-02</CoreFxExpectedPrerelease>
   </PropertyGroup>
 
   <!-- Full package version strings that are used in other parts of the build. -->
   <PropertyGroup>
-    <CoreClrPackageVersion>2.0.0-beta-25014-04</CoreClrPackageVersion>
+    <CoreClrPackageVersion>2.0.0-beta-25015-04</CoreClrPackageVersion>
     <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
   </PropertyGroup>
 
index 7ff4dda..a31d5ab 100644 (file)
@@ -1,10 +1,10 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.ILAsm": "2.0.0-beta-25014-04",
-    "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25014-04",
-    "Microsoft.NETCore.Jit": "2.0.0-beta-25014-04",
-    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25014-04",
-    "Microsoft.NETCore.TestHost": "2.0.0-beta-25014-04"
+    "Microsoft.NETCore.ILAsm": "2.0.0-beta-25015-04",
+    "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25015-04",
+    "Microsoft.NETCore.Jit": "2.0.0-beta-25015-04",
+    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25015-04",
+    "Microsoft.NETCore.TestHost": "2.0.0-beta-25015-04"
   },
   "frameworks": {
     "netcoreapp1.1": {
index e5df309..1d01abe 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25014-04"
+    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25015-04"
   },
   "frameworks": {
     "netcoreapp1.1": {
index 5e1636b..878235e 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-25014-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25015-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 8bb9e65..5725a16 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-25014-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25015-02",
     "Microsoft.DotNet.CoreCLR.TestDependencies": "1.0.0-prerelease",
     "jit-dasm": "0.0.1.4",
     "cijobs": "0.0.1.2",
index 5a4b663..7407b87 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-25014-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25015-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 29c5c7f..3175d94 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-25014-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25015-02",
     "Newtonsoft.Json": "7.0.1",
     "System.Console": "4.4.0-beta-24913-02",
     "System.IO": "4.4.0-beta-24913-02",
index 23b1777..79f2283 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-25014-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25015-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 37037ae..b60082b 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-25014-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25015-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 3ab8697..6b52022 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-25014-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25015-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 1390fdf..034eac5 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-25014-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25015-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 e558f5b..e97e57f 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-25014-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25015-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 9c05df7..cf35a5c 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-25014-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25015-02",
     "xunit": "2.2.0-beta2-build3300",
     "xunit.assert": "2.2.0-beta2-build3300",
     "xunit.core": "2.2.0-beta2-build3300",
index e4ae1ae..2f88d68 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-25014-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25015-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",