Update CoreFx to beta-25016-03
authordotnet-bot <dotnet-bot@microsoft.com>
Thu, 16 Feb 2017 09:09:29 +0000 (09:09 +0000)
committerdotnet-bot <dotnet-bot@microsoft.com>
Thu, 16 Feb 2017 09:09:29 +0000 (09:09 +0000)
Commit migrated from https://github.com/dotnet/coreclr/commit/e4d9344c2fab5b9413377f592294e80882327f11

12 files changed:
src/coreclr/dependencies.props
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 e3659a1..b64514d 100644 (file)
@@ -1,13 +1,13 @@
 <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>79a1fd3bc483e9b63c05510201b8687ce34ff7b9</CoreFxCurrentRef>
+    <CoreFxCurrentRef>08974ce59cce18dcb7026dbed54a8abd56c5a6ce</CoreFxCurrentRef>
     <CoreClrCurrentRef>79a1fd3bc483e9b63c05510201b8687ce34ff7b9</CoreClrCurrentRef>
   </PropertyGroup>
 
   <!-- Auto-upgraded properties for each build info dependency. -->
   <PropertyGroup>
-    <CoreFxExpectedPrerelease>beta-25015-02</CoreFxExpectedPrerelease>
+    <CoreFxExpectedPrerelease>beta-25016-03</CoreFxExpectedPrerelease>
   </PropertyGroup>
 
   <!-- Full package version strings that are used in other parts of the build. -->
index 878235e..0a2064c 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-25015-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25016-03",
     "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 5725a16..01af528 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-25015-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25016-03",
     "Microsoft.DotNet.CoreCLR.TestDependencies": "1.0.0-prerelease",
     "jit-dasm": "0.0.1.4",
     "cijobs": "0.0.1.2",
index 7407b87..168bc05 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-25015-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25016-03",
     "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 3175d94..0e60448 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-25015-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25016-03",
     "Newtonsoft.Json": "7.0.1",
     "System.Console": "4.4.0-beta-24913-02",
     "System.IO": "4.4.0-beta-24913-02",
index 79f2283..8c92040 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-25015-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25016-03",
     "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 b60082b..6482f44 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-25015-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25016-03",
     "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 6b52022..43bc10b 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-25015-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25016-03",
     "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 034eac5..973a897 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-25015-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25016-03",
     "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 e97e57f..8d59e22 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-25015-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25016-03",
     "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 cf35a5c..2335bb8 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-25015-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25016-03",
     "xunit": "2.2.0-beta2-build3300",
     "xunit.assert": "2.2.0-beta2-build3300",
     "xunit.core": "2.2.0-beta2-build3300",
index 2f88d68..509b1c4 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-25015-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-25016-03",
     "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",