From 08ccd5d9b20ac703f12090c497f554dad6f1ab10 Mon Sep 17 00:00:00 2001 From: dotnet-bot Date: Thu, 9 Mar 2017 15:25:54 +0000 Subject: [PATCH] Update CoreClr, CoreFx to beta-25109-01, beta-25109-03, respectively Commit migrated from https://github.com/dotnet/coreclr/commit/360566a2facb38ad5ad1acbfdda200a06a94f43c --- 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 | 12 ++++++------ src/coreclr/tests/src/Common/test_runtime/project.json | 2 +- .../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 | 4 ++-- src/coreclr/tests/src/JIT/config/extra/project.json | 6 +++--- src/coreclr/tests/src/JIT/config/minimal/project.json | 2 +- .../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 +- 15 files changed, 30 insertions(+), 30 deletions(-) diff --git a/src/coreclr/dependencies.props b/src/coreclr/dependencies.props index 96d99b8..cba9869 100644 --- a/src/coreclr/dependencies.props +++ b/src/coreclr/dependencies.props @@ -1,18 +1,18 @@ - 5eb1949b642b0c0bbd8506ee0f0437baffb74801 - 5eb1949b642b0c0bbd8506ee0f0437baffb74801 + 72efa5f7a8fcaae7cf804a3e847d571b15558815 + 72efa5f7a8fcaae7cf804a3e847d571b15558815 - beta-25108-02 + beta-25109-03 - 2.0.0-beta-25108-04 + 2.0.0-beta-25109-01 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 4e21867..306c26c 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-25108-04", - "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25108-04", - "Microsoft.NETCore.Jit": "2.0.0-beta-25108-04", - "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25108-04", - "Microsoft.NETCore.TestHost": "2.0.0-beta-25108-04" + "Microsoft.NETCore.ILAsm": "2.0.0-beta-25109-01", + "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25109-01", + "Microsoft.NETCore.Jit": "2.0.0-beta-25109-01", + "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25109-01", + "Microsoft.NETCore.TestHost": "2.0.0-beta-25109-01" }, "frameworks": { "netcoreapp1.1": { diff --git a/src/coreclr/tests/src/Common/netcoreapp/project.json b/src/coreclr/tests/src/Common/netcoreapp/project.json index de78ebd..6d351f9 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-25108-02" + "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25109-03" }, "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 c15bdb4..d5425cc 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-25108-04" + "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25109-01" }, "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 cee446f..bc5a6ca 100644 --- a/src/coreclr/tests/src/Common/test_dependencies/project.json +++ b/src/coreclr/tests/src/Common/test_dependencies/project.json @@ -9,9 +9,9 @@ "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-25108-02", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25109-03", "Microsoft.NETCore.Targets": "1.2.0-beta-24913-02", - "System.Collections.Immutable": "1.4.0-beta-25108-02", + "System.Collections.Immutable": "1.4.0-beta-25109-03", "System.Threading.Thread": "4.4.0-beta-24913-02", "System.Collections": "4.4.0-beta-24913-02", "System.Xml.XmlSerializer": "4.4.0-beta-24913-02", @@ -38,16 +38,16 @@ "System.Linq": "4.4.0-beta-24913-02", "System.Linq.Queryable": "4.4.0-beta-24913-02", "System.Linq.Expressions": "4.4.0-beta-24913-02", - "System.Memory": "4.4.0-beta-25108-02", + "System.Memory": "4.4.0-beta-25109-03", "System.Reflection": "4.4.0-beta-24913-02", "System.Reflection.Extensions": "4.4.0-beta-24913-02", "System.Resources.ResourceManager": "4.4.0-beta-24913-02", "System.Runtime": "4.4.0-beta-24913-02", - "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25108-02", + "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25109-03", "System.Runtime.Extensions": "4.4.0-beta-24913-02", "System.Runtime.Handles": "4.4.0-beta-24913-02", "System.Runtime.InteropServices": "4.4.0-beta-24913-02", - "System.Runtime.InteropServices.RuntimeInformation": "4.4.0-beta-25108-02", + "System.Runtime.InteropServices.RuntimeInformation": "4.4.0-beta-25109-03", "System.Runtime.Loader": "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", @@ -57,7 +57,7 @@ "System.Text.Encoding.Extensions": "4.4.0-beta-24913-02", "System.Text.RegularExpressions": "4.4.0-beta-24913-02", "System.Threading": "4.4.0-beta-24913-02", - "System.Threading.AccessControl": "4.4.0-beta-25108-02", + "System.Threading.AccessControl": "4.4.0-beta-25109-03", "System.Threading.Overlapped": "4.4.0-beta-24913-02", "System.Threading.Tasks": "4.4.0-beta-24913-02", "System.Threading.Tasks.Parallel": "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 9a0a7e4..f3e1086 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-25108-02", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25109-03", "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 8d37705..9951e3c 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-25108-02", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25109-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", 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 c8f72de..deb7388 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-25108-02", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25109-03", "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 27cf3e6..b05f42f 100644 --- a/src/coreclr/tests/src/JIT/config/benchmark/project.json +++ b/src/coreclr/tests/src/JIT/config/benchmark/project.json @@ -3,14 +3,14 @@ "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-25108-02", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25109-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", "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-25108-02", + "System.Memory": "4.4.0-beta-25109-03", "System.Numerics.Vectors": "4.4.0-beta-24913-02", "System.Reflection": "4.4.0-beta-24913-02", "System.Reflection.Extensions": "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 eb39699..35bc2bb 100644 --- a/src/coreclr/tests/src/JIT/config/extra/project.json +++ b/src/coreclr/tests/src/JIT/config/extra/project.json @@ -1,10 +1,10 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0-beta-25108-02", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25109-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", - "System.Runtime.InteropServices.RuntimeInformation": "4.4.0-beta-25108-02", + "System.Runtime.InteropServices.RuntimeInformation": "4.4.0-beta-25109-03", "System.Diagnostics.Process": "4.4.0-beta-24913-02", "System.Globalization": "4.4.0-beta-24913-02", "System.IO": "4.4.0-beta-24913-02", @@ -14,7 +14,7 @@ "System.Reflection.TypeExtensions": "4.4.0-beta-24913-02", "System.Runtime": "4.4.0-beta-24913-02", "System.Runtime.Extensions": "4.4.0-beta-24913-02", - "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25108-02", + "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25109-03", "System.Runtime.InteropServices": "4.4.0-beta-24913-02" }, "frameworks": { diff --git a/src/coreclr/tests/src/JIT/config/minimal/project.json b/src/coreclr/tests/src/JIT/config/minimal/project.json index 19f6911..6e68cd6 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-25108-02", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25109-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", 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 0bbacc0..ef92890 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-25108-02", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25109-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", diff --git a/src/coreclr/tests/src/JIT/config/threading/project.json b/src/coreclr/tests/src/JIT/config/threading/project.json index ef9ba03..4302c2b 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-25108-02", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25109-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", diff --git a/src/coreclr/tests/src/TestWrappersConfig/project.json b/src/coreclr/tests/src/TestWrappersConfig/project.json index 4b193e1..c146736 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-25108-02", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25109-03", "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 6f6637a..8ae9e92 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-25108-02", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25109-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", -- 2.7.4