From 8a7f247fb84d8a9c27a62fbd94174ebeaa3ca041 Mon Sep 17 00:00:00 2001 From: dotnet bot Date: Fri, 28 Apr 2017 12:50:38 -0700 Subject: [PATCH] Update CoreClr, CoreFx to preview2-25228-02, preview2-25228-02, respectively (dotnet/coreclr#11283) Commit migrated from https://github.com/dotnet/coreclr/commit/68a9cf4cdc39eea027b01ccbc98531503590a6e3 --- src/coreclr/dependencies.props | 8 ++++---- .../src/Common/build_against_pkg_dependencies/project.json | 10 +++++----- 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 | 10 +++++----- src/coreclr/tests/src/Common/test_runtime/project.json | 2 +- src/coreclr/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 | 10 +++++----- src/coreclr/tests/src/TestWrappersConfig/project.json | 2 +- src/coreclr/tests/src/performance/project.json | 6 +++--- 11 files changed, 31 insertions(+), 31 deletions(-) diff --git a/src/coreclr/dependencies.props b/src/coreclr/dependencies.props index 6a9d680..d42f9753 100644 --- a/src/coreclr/dependencies.props +++ b/src/coreclr/dependencies.props @@ -1,18 +1,18 @@ - 87a3d5fac23d0577d06fbc0f56717c7e1fd783e5 - 87a3d5fac23d0577d06fbc0f56717c7e1fd783e5 + e4be3f7e493f95d85a5b731b35418ee4843bf813 + e4be3f7e493f95d85a5b731b35418ee4843bf813 - preview2-25227-02 + preview2-25228-02 - 2.0.0-preview2-25227-03 + 2.0.0-preview2-25228-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 349ba72..e438321 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-preview2-25227-03", - "Microsoft.NETCore.ILDAsm": "2.0.0-preview2-25227-03", - "Microsoft.NETCore.Jit": "2.0.0-preview2-25227-03", - "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview2-25227-03", - "Microsoft.NETCore.TestHost": "2.0.0-preview2-25227-03" + "Microsoft.NETCore.ILAsm": "2.0.0-preview2-25228-02", + "Microsoft.NETCore.ILDAsm": "2.0.0-preview2-25228-02", + "Microsoft.NETCore.Jit": "2.0.0-preview2-25228-02", + "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview2-25228-02", + "Microsoft.NETCore.TestHost": "2.0.0-preview2-25228-02" }, "frameworks": { "netcoreapp2.0": { diff --git a/src/coreclr/tests/src/Common/netcoreapp/project.json b/src/coreclr/tests/src/Common/netcoreapp/project.json index 594a0f3..2ac58a2 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-preview2-25227-02" + "System.Runtime.CompilerServices.Unsafe": "4.4.0-preview2-25228-02" }, "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 d6f53fe..08135ab 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-preview2-25227-03" + "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-preview2-25228-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 cc4b6b6..2b6148b 100644 --- a/src/coreclr/tests/src/Common/test_dependencies/project.json +++ b/src/coreclr/tests/src/Common/test_dependencies/project.json @@ -1,10 +1,10 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0-preview2-25227-02", - "Microsoft.Private.CoreFx.NETCoreApp": "4.4.0-preview2-25227-02", - "System.Memory": "4.4.0-preview2-25227-02", - "System.Runtime.CompilerServices.Unsafe": "4.4.0-preview2-25227-02", - "System.Security.Permissions": "4.4.0-preview2-25227-02" + "Microsoft.NETCore.Platforms": "2.0.0-preview2-25228-02", + "Microsoft.Private.CoreFx.NETCoreApp": "4.4.0-preview2-25228-02", + "System.Memory": "4.4.0-preview2-25228-02", + "System.Runtime.CompilerServices.Unsafe": "4.4.0-preview2-25228-02", + "System.Security.Permissions": "4.4.0-preview2-25228-02" }, "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 9bdbe40..1326beb 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-preview2-25227-02", + "Microsoft.NETCore.Platforms": "2.0.0-preview2-25228-02", "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 8ef5554..cee10ee 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-beta-build0003", "xunit.performance.metrics": "1.0.0-beta-build0003", "Microsoft.Diagnostics.Tracing.TraceEvent": "1.0.3-alpha-experimental", - "Microsoft.NETCore.Platforms": "2.0.0-preview2-25227-02", + "Microsoft.NETCore.Platforms": "2.0.0-preview2-25228-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", "System.IO.FileSystem": "4.4.0-beta-24913-02", - "System.Numerics.Vectors": "4.4.0-preview2-25227-02", + "System.Numerics.Vectors": "4.4.0-preview2-25228-02", "System.Reflection": "4.4.0-beta-24913-02", "System.Reflection.Extensions": "4.4.0-beta-24913-02", - "System.Reflection.TypeExtensions": "4.4.0-preview2-25227-02", + "System.Reflection.TypeExtensions": "4.4.0-preview2-25228-02", "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 b72f2f5..8b35ce8 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-beta-build0003", "xunit.performance.metrics": "1.0.0-beta-build0003", "Microsoft.Diagnostics.Tracing.TraceEvent": "1.0.3-alpha-experimental", - "Microsoft.NETCore.Platforms": "2.0.0-preview2-25227-02", + "Microsoft.NETCore.Platforms": "2.0.0-preview2-25228-02", "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-preview2-25227-02", + "System.Reflection.TypeExtensions": "4.4.0-preview2-25228-02", "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 12334d4..f19c1bf 100644 --- a/src/coreclr/tests/src/JIT/config/benchmark/project.json +++ b/src/coreclr/tests/src/JIT/config/benchmark/project.json @@ -5,20 +5,20 @@ "xunit.performance.execution": "1.0.0-beta-build0003", "xunit.performance.metrics": "1.0.0-beta-build0003", "Microsoft.Diagnostics.Tracing.TraceEvent": "1.0.3-alpha-experimental", - "Microsoft.NETCore.Platforms": "2.0.0-preview2-25227-02", + "Microsoft.NETCore.Platforms": "2.0.0-preview2-25228-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", "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-preview2-25227-02", - "System.Numerics.Vectors": "4.4.0-preview2-25227-02", + "System.Memory": "4.4.0-preview2-25228-02", + "System.Numerics.Vectors": "4.4.0-preview2-25228-02", "System.Reflection": "4.4.0-beta-24913-02", "System.Reflection.Extensions": "4.4.0-beta-24913-02", - "System.Reflection.TypeExtensions": "4.4.0-preview2-25227-02", + "System.Reflection.TypeExtensions": "4.4.0-preview2-25228-02", "System.Runtime": "4.4.0-beta-24913-02", - "System.Runtime.CompilerServices.Unsafe": "4.4.0-preview2-25227-02", + "System.Runtime.CompilerServices.Unsafe": "4.4.0-preview2-25228-02", "System.Runtime.Extensions": "4.4.0-beta-24913-02", "System.Runtime.Numerics": "4.4.0-beta-24913-02", "System.Text.RegularExpressions": "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 ef63c53..aca3f4e 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-preview2-25227-02", + "Microsoft.NETCore.Platforms": "2.0.0-preview2-25228-02", "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 19806d0..9a9fdf1 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-beta-build0003", "xunit.performance.metrics": "1.0.0-beta-build0003", "Microsoft.Diagnostics.Tracing.TraceEvent": "1.0.3-alpha-experimental", - "Microsoft.NETCore.Platforms": "2.0.0-preview2-25227-02", + "Microsoft.NETCore.Platforms": "2.0.0-preview2-25228-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", "System.Linq": "4.4.0-beta-24913-02", "System.Linq.Expressions": "4.4.0-beta-24913-02", - "System.Numerics.Vectors": "4.4.0-preview2-25227-02", + "System.Numerics.Vectors": "4.4.0-preview2-25228-02", "System.Reflection": "4.4.0-beta-24913-02", "System.Reflection.Extensions": "4.4.0-beta-24913-02", - "System.Reflection.TypeExtensions": "4.4.0-preview2-25227-02", + "System.Reflection.TypeExtensions": "4.4.0-preview2-25228-02", "System.Runtime": "4.4.0-beta-24913-02", "System.Runtime.Extensions": "4.4.0-beta-24913-02", "System.Runtime.Loader": "4.0.0", -- 2.7.4