From 990894f03df4a278bad022ad92e393d2535fa122 Mon Sep 17 00:00:00 2001 From: dotnet bot Date: Fri, 7 Apr 2017 11:20:52 -0700 Subject: [PATCH] Update CoreClr, CoreFx to preview1-25207-02, preview1-25205-01, respectively (dotnet/coreclr#10787) Commit migrated from https://github.com/dotnet/coreclr/commit/a1a6c4ee5611c5fb74c3c819ea46ec7acbe0a44a --- src/coreclr/dependencies.props | 8 ++++---- .../src/Common/build_against_pkg_dependencies/project.json | 12 ++++++------ src/coreclr/tests/src/Common/netcoreapp/project.json | 2 +- src/coreclr/tests/src/Common/targeting_pack_ref/project.json | 2 +- src/coreclr/tests/src/Common/test_dependencies/project.json | 8 ++++---- src/coreclr/tests/src/Common/test_runtime/project.json | 2 +- .../tests/src/JIT/config/benchmark+roslyn/project.json | 6 +++--- .../tests/src/JIT/config/benchmark+serialize/project.json | 4 ++-- src/coreclr/tests/src/JIT/config/benchmark/project.json | 8 ++++---- src/coreclr/tests/src/TestWrappersConfig/project.json | 2 +- src/coreclr/tests/src/performance/project.json | 6 +++--- 11 files changed, 30 insertions(+), 30 deletions(-) diff --git a/src/coreclr/dependencies.props b/src/coreclr/dependencies.props index 44ad75c..48f054e 100644 --- a/src/coreclr/dependencies.props +++ b/src/coreclr/dependencies.props @@ -1,18 +1,18 @@ - 1f6532b32fa97b7810ae57ccbc28ab4db50f9c1a - 1513a5bdd0c90315123f362c1e6a18121d725af8 + 54d99a707d56c4551f1e04c7649b0e87a9df7460 + 54d99a707d56c4551f1e04c7649b0e87a9df7460 - beta-25129-02 + preview1-25205-01 - 2.0.0-preview1-25130-01 + 2.0.0-preview1-25207-02 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 b2c5c7d..145f421 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-preview1-25130-01", - "Microsoft.NETCore.ILDAsm": "2.0.0-preview1-25130-01", - "Microsoft.NETCore.Jit": "2.0.0-preview1-25130-01", - "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview1-25130-01", - "Microsoft.NETCore.TestHost": "2.0.0-preview1-25130-01" + "Microsoft.NETCore.ILAsm": "2.0.0-preview1-25207-02", + "Microsoft.NETCore.ILDAsm": "2.0.0-preview1-25207-02", + "Microsoft.NETCore.Jit": "2.0.0-preview1-25207-02", + "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview1-25207-02", + "Microsoft.NETCore.TestHost": "2.0.0-preview1-25207-02" }, "frameworks": { "netcoreapp2.0": { @@ -25,7 +25,7 @@ "centos.7-x64": {}, "rhel.7-x64": {}, "debian.8-x64": {}, - "fedora.24-x64": {}, + "fedora.24-x64": {}, "opensuse.42.1-x64": {}, "linux-x64": {} } diff --git a/src/coreclr/tests/src/Common/netcoreapp/project.json b/src/coreclr/tests/src/Common/netcoreapp/project.json index caa8fba..be9709a 100644 --- a/src/coreclr/tests/src/Common/netcoreapp/project.json +++ b/src/coreclr/tests/src/Common/netcoreapp/project.json @@ -1,7 +1,7 @@ { "dependencies": { "Microsoft.NETCore.App": "2.0.0-beta-001494-00", - "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25129-02" + "System.Runtime.CompilerServices.Unsafe": "4.4.0-preview1-25205-01" }, "frameworks": { "netcoreapp2.0": {} 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 ae041c3..7800b27 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-preview1-25130-01" + "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-preview1-25207-02" }, "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 015922f..98e16fa 100644 --- a/src/coreclr/tests/src/Common/test_dependencies/project.json +++ b/src/coreclr/tests/src/Common/test_dependencies/project.json @@ -1,9 +1,9 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0-beta-25129-02", - "Microsoft.Private.CoreFx.NETCoreApp": "4.4.0-beta-25129-02", - "System.Memory": "4.4.0-beta-25129-02", - "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25129-02" + "Microsoft.NETCore.Platforms": "2.0.0-preview1-25205-01", + "Microsoft.Private.CoreFx.NETCoreApp": "4.4.0-preview1-25205-01", + "System.Memory": "4.4.0-preview1-25205-01", + "System.Runtime.CompilerServices.Unsafe": "4.4.0-preview1-25205-01" }, "frameworks": { "netcoreapp2.0": { diff --git a/src/coreclr/tests/src/Common/test_runtime/project.json b/src/coreclr/tests/src/Common/test_runtime/project.json index 94598a1..5d2bcb9 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-25129-02", + "Microsoft.NETCore.Platforms": "2.0.0-preview1-25205-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 69597d2..c4218d5 100644 --- a/src/coreclr/tests/src/JIT/config/benchmark+roslyn/project.json +++ b/src/coreclr/tests/src/JIT/config/benchmark+roslyn/project.json @@ -6,15 +6,15 @@ "xunit.performance.execution": "1.0.0-alpha-build0049", "xunit.performance.metrics": "1.0.0-alpha-build0049", "Microsoft.Diagnostics.Tracing.TraceEvent": "1.0.3-alpha-experimental", - "Microsoft.NETCore.Platforms": "2.0.0-beta-25129-02", + "Microsoft.NETCore.Platforms": "2.0.0-preview1-25205-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", "System.IO.FileSystem": "4.4.0-beta-24913-02", - "System.Numerics.Vectors": "4.4.0-beta-25129-02", + "System.Numerics.Vectors": "4.4.0-preview1-25205-01", "System.Reflection": "4.4.0-beta-24913-02", "System.Reflection.Extensions": "4.4.0-beta-24913-02", - "System.Reflection.TypeExtensions": "4.4.0-beta-24913-02", + "System.Reflection.TypeExtensions": "4.4.0-preview1-25205-01", "System.Runtime": "4.4.0-beta-24913-02", "System.Runtime.Extensions": "4.4.0-beta-24913-02", "System.Runtime.Numerics": "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 43ca2c6..a4f1e47 100644 --- a/src/coreclr/tests/src/JIT/config/benchmark+serialize/project.json +++ b/src/coreclr/tests/src/JIT/config/benchmark+serialize/project.json @@ -5,7 +5,7 @@ "xunit.performance.execution": "1.0.0-alpha-build0049", "xunit.performance.metrics": "1.0.0-alpha-build0049", "Microsoft.Diagnostics.Tracing.TraceEvent": "1.0.3-alpha-experimental", - "Microsoft.NETCore.Platforms": "2.0.0-beta-25129-02", + "Microsoft.NETCore.Platforms": "2.0.0-preview1-25205-01", "Newtonsoft.Json": "7.0.1", "System.Console": "4.4.0-beta-24913-02", "System.IO": "4.4.0-beta-24913-02", @@ -15,7 +15,7 @@ "System.Dynamic.Runtime": "4.4.0-beta-24913-02", "System.Reflection": "4.4.0-beta-24913-02", "System.Reflection.Extensions": "4.4.0-beta-24913-02", - "System.Reflection.TypeExtensions": "4.4.0-beta-24913-02", + "System.Reflection.TypeExtensions": "4.4.0-preview1-25205-01", "System.Runtime": "4.4.0-beta-24913-02", "System.Runtime.Serialization.Json": "4.4.0-beta-24913-02", "System.Runtime.Serialization.Primitives": "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 634754b..5ebcc4b 100644 --- a/src/coreclr/tests/src/JIT/config/benchmark/project.json +++ b/src/coreclr/tests/src/JIT/config/benchmark/project.json @@ -5,18 +5,18 @@ "xunit.performance.execution": "1.0.0-alpha-build0049", "xunit.performance.metrics": "1.0.0-alpha-build0049", "Microsoft.Diagnostics.Tracing.TraceEvent": "1.0.3-alpha-experimental", - "Microsoft.NETCore.Platforms": "2.0.0-beta-25129-02", + "Microsoft.NETCore.Platforms": "2.0.0-preview1-25205-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", "System.Linq": "4.4.0-beta-24913-02", "System.Linq.Parallel": "4.4.0-beta-24913-02", "System.Linq.Expressions": "4.4.0-beta-24913-02", - "System.Memory": "4.4.0-beta-25129-02", - "System.Numerics.Vectors": "4.4.0-beta-25129-02", + "System.Memory": "4.4.0-preview1-25205-01", + "System.Numerics.Vectors": "4.4.0-preview1-25205-01", "System.Reflection": "4.4.0-beta-24913-02", "System.Reflection.Extensions": "4.4.0-beta-24913-02", - "System.Reflection.TypeExtensions": "4.4.0-beta-24913-02", + "System.Reflection.TypeExtensions": "4.4.0-preview1-25205-01", "System.Runtime": "4.4.0-beta-24913-02", "System.Runtime.Extensions": "4.4.0-beta-24913-02", "System.Runtime.Numerics": "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 7d8e49e..d860dc0 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-25129-02", + "Microsoft.NETCore.Platforms": "2.0.0-preview1-25205-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 0a2e2b4..b2d8b58 100644 --- a/src/coreclr/tests/src/performance/project.json +++ b/src/coreclr/tests/src/performance/project.json @@ -5,16 +5,16 @@ "xunit.performance.execution": "1.0.0-alpha-build0049", "xunit.performance.metrics": "1.0.0-alpha-build0049", "Microsoft.Diagnostics.Tracing.TraceEvent": "1.0.3-alpha-experimental", - "Microsoft.NETCore.Platforms": "2.0.0-beta-25129-02", + "Microsoft.NETCore.Platforms": "2.0.0-preview1-25205-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", "System.Linq": "4.4.0-beta-24913-02", "System.Linq.Expressions": "4.4.0-beta-24913-02", - "System.Numerics.Vectors": "4.4.0-beta-25129-02", + "System.Numerics.Vectors": "4.4.0-preview1-25205-01", "System.Reflection": "4.4.0-beta-24913-02", "System.Reflection.Extensions": "4.4.0-beta-24913-02", - "System.Reflection.TypeExtensions": "4.4.0-beta-24913-02", + "System.Reflection.TypeExtensions": "4.4.0-preview1-25205-01", "System.Runtime": "4.4.0-beta-24913-02", "System.Runtime.Extensions": "4.4.0-beta-24913-02", "System.Runtime.Numerics": "4.4.0-beta-24913-02", -- 2.7.4