From 8deaf08fd049a65c969b7c6bf7731ef1e65c0998 Mon Sep 17 00:00:00 2001 From: dotnet-bot Date: Mon, 6 Feb 2017 17:51:33 +0000 Subject: [PATCH] Update CoreClr, CoreFx to beta-25006-03, beta-25006-01, respectively Commit migrated from https://github.com/dotnet/coreclr/commit/89ec31faf6c4e3cca133a4fa8d897851b5a044b1 --- src/coreclr/dependencies.props | 8 ++++---- .../src/Common/build_against_pkg_dependencies/project.json | 10 +++++----- src/coreclr/tests/src/Common/targeting_pack_ref/project.json | 2 +- src/coreclr/tests/src/Common/test_dependencies/project.json | 2 +- src/coreclr/tests/src/Common/test_runtime/project.json | 2 +- src/coreclr/tests/src/JIT/config/benchmark+roslyn/project.json | 2 +- .../tests/src/JIT/config/benchmark+serialize/project.json | 2 +- src/coreclr/tests/src/JIT/config/benchmark/project.json | 2 +- src/coreclr/tests/src/JIT/config/extra/project.json | 2 +- src/coreclr/tests/src/JIT/config/minimal/project.json | 2 +- src/coreclr/tests/src/JIT/config/threading+thread/project.json | 2 +- src/coreclr/tests/src/JIT/config/threading/project.json | 2 +- src/coreclr/tests/src/TestWrappersConfig/project.json | 2 +- src/coreclr/tests/src/performance/project.json | 2 +- 14 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/coreclr/dependencies.props b/src/coreclr/dependencies.props index cd51c6b..5f10e99 100644 --- a/src/coreclr/dependencies.props +++ b/src/coreclr/dependencies.props @@ -1,18 +1,18 @@ - 6ebb1923d44306ebc37fe819f95f54e547a38c46 - 12c003566891efaa83edd960ee54fe9f417cc18e + bcd06bf0e441fa9c018bf722f08bbaece884a8f9 + bcd06bf0e441fa9c018bf722f08bbaece884a8f9 - beta-25004-01 + beta-25006-01 - 2.0.0-beta-25006-02 + 2.0.0-beta-25006-03 2.2.0-beta2-build3300 diff --git a/src/coreclr/tests/src/Common/build_against_pkg_dependencies/project.json b/src/coreclr/tests/src/Common/build_against_pkg_dependencies/project.json index f04e664..b285f82 100644 --- a/src/coreclr/tests/src/Common/build_against_pkg_dependencies/project.json +++ b/src/coreclr/tests/src/Common/build_against_pkg_dependencies/project.json @@ -1,10 +1,10 @@ { "dependencies": { - "Microsoft.NETCore.ILAsm": "2.0.0-beta-25006-02", - "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25006-02", - "Microsoft.NETCore.Jit": "2.0.0-beta-25006-02", - "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25006-02", - "Microsoft.NETCore.TestHost": "2.0.0-beta-25006-02" + "Microsoft.NETCore.ILAsm": "2.0.0-beta-25006-03", + "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25006-03", + "Microsoft.NETCore.Jit": "2.0.0-beta-25006-03", + "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25006-03", + "Microsoft.NETCore.TestHost": "2.0.0-beta-25006-03" }, "frameworks": { "netcoreapp1.1": { diff --git a/src/coreclr/tests/src/Common/targeting_pack_ref/project.json b/src/coreclr/tests/src/Common/targeting_pack_ref/project.json index 7b7902d..f8a4286 100644 --- a/src/coreclr/tests/src/Common/targeting_pack_ref/project.json +++ b/src/coreclr/tests/src/Common/targeting_pack_ref/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25006-02" + "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25006-03" }, "frameworks": { "netcoreapp1.1": { diff --git a/src/coreclr/tests/src/Common/test_dependencies/project.json b/src/coreclr/tests/src/Common/test_dependencies/project.json index c4937b6..5032c23 100644 --- a/src/coreclr/tests/src/Common/test_dependencies/project.json +++ b/src/coreclr/tests/src/Common/test_dependencies/project.json @@ -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-25004-01", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25006-01", "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", diff --git a/src/coreclr/tests/src/Common/test_runtime/project.json b/src/coreclr/tests/src/Common/test_runtime/project.json index 79f3079..734f56c 100644 --- a/src/coreclr/tests/src/Common/test_runtime/project.json +++ b/src/coreclr/tests/src/Common/test_runtime/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0-beta-25004-01", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25006-01", "Microsoft.DotNet.CoreCLR.TestDependencies": "1.0.0-prerelease", "jit-dasm": "0.0.1.4", "cijobs": "0.0.1.2", diff --git a/src/coreclr/tests/src/JIT/config/benchmark+roslyn/project.json b/src/coreclr/tests/src/JIT/config/benchmark+roslyn/project.json index 728a62a..cfcc25c 100644 --- a/src/coreclr/tests/src/JIT/config/benchmark+roslyn/project.json +++ b/src/coreclr/tests/src/JIT/config/benchmark+roslyn/project.json @@ -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-25004-01", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25006-01", "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", diff --git a/src/coreclr/tests/src/JIT/config/benchmark+serialize/project.json b/src/coreclr/tests/src/JIT/config/benchmark+serialize/project.json index 4e3e6bf..ff25c25 100644 --- a/src/coreclr/tests/src/JIT/config/benchmark+serialize/project.json +++ b/src/coreclr/tests/src/JIT/config/benchmark+serialize/project.json @@ -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-25004-01", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25006-01", "Newtonsoft.Json": "7.0.1", "System.Console": "4.4.0-beta-24913-02", "System.IO": "4.4.0-beta-24913-02", diff --git a/src/coreclr/tests/src/JIT/config/benchmark/project.json b/src/coreclr/tests/src/JIT/config/benchmark/project.json index 1fd5057..0a49059 100644 --- a/src/coreclr/tests/src/JIT/config/benchmark/project.json +++ b/src/coreclr/tests/src/JIT/config/benchmark/project.json @@ -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-25004-01", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25006-01", "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", diff --git a/src/coreclr/tests/src/JIT/config/extra/project.json b/src/coreclr/tests/src/JIT/config/extra/project.json index 16db7e0..44ec5d0 100644 --- a/src/coreclr/tests/src/JIT/config/extra/project.json +++ b/src/coreclr/tests/src/JIT/config/extra/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0-beta-25004-01", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25006-01", "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", diff --git a/src/coreclr/tests/src/JIT/config/minimal/project.json b/src/coreclr/tests/src/JIT/config/minimal/project.json index 126e73a..79ed279 100644 --- a/src/coreclr/tests/src/JIT/config/minimal/project.json +++ b/src/coreclr/tests/src/JIT/config/minimal/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0-beta-25004-01", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25006-01", "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", diff --git a/src/coreclr/tests/src/JIT/config/threading+thread/project.json b/src/coreclr/tests/src/JIT/config/threading+thread/project.json index 7a016b4..df3ed98 100644 --- a/src/coreclr/tests/src/JIT/config/threading+thread/project.json +++ b/src/coreclr/tests/src/JIT/config/threading+thread/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0-beta-25004-01", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25006-01", "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", diff --git a/src/coreclr/tests/src/JIT/config/threading/project.json b/src/coreclr/tests/src/JIT/config/threading/project.json index 076bf7c..a3aa164 100644 --- a/src/coreclr/tests/src/JIT/config/threading/project.json +++ b/src/coreclr/tests/src/JIT/config/threading/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0-beta-25004-01", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25006-01", "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", diff --git a/src/coreclr/tests/src/TestWrappersConfig/project.json b/src/coreclr/tests/src/TestWrappersConfig/project.json index 04cebc5..e68e03e 100644 --- a/src/coreclr/tests/src/TestWrappersConfig/project.json +++ b/src/coreclr/tests/src/TestWrappersConfig/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0-beta-25004-01", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25006-01", "xunit": "2.2.0-beta2-build3300", "xunit.assert": "2.2.0-beta2-build3300", "xunit.core": "2.2.0-beta2-build3300", diff --git a/src/coreclr/tests/src/performance/project.json b/src/coreclr/tests/src/performance/project.json index fce37f3..63d5207 100644 --- a/src/coreclr/tests/src/performance/project.json +++ b/src/coreclr/tests/src/performance/project.json @@ -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-25004-01", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25006-01", "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", -- 2.7.4