From: dotnet-bot Date: Thu, 23 Mar 2017 08:57:36 +0000 (+0000) Subject: Update CoreClr, CoreFx to beta-25123-03, beta-25122-02, respectively X-Git-Tag: submit/tizen/20210909.063632~11030^2~7592^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6850614e7e51656c0aa647cbfd6a0697bffbd226;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Update CoreClr, CoreFx to beta-25123-03, beta-25122-02, respectively Commit migrated from https://github.com/dotnet/coreclr/commit/400ae726d96e408016e4459a4a002e44d2165cc0 --- diff --git a/src/coreclr/dependencies.props b/src/coreclr/dependencies.props index ce293d2..0ca289c 100644 --- a/src/coreclr/dependencies.props +++ b/src/coreclr/dependencies.props @@ -1,18 +1,18 @@ - cf0aaa34ff598254051a7c6bfbb05c2f92abe67b - cf0aaa34ff598254051a7c6bfbb05c2f92abe67b + a1e7cc9a438ce45265664c235b22120a5a601f41 + a1e7cc9a438ce45265664c235b22120a5a601f41 - beta-25122-01 + beta-25122-02 - 2.0.0-beta-25121-02 + 2.0.0-beta-25123-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 313c895..7acb812 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-25121-02", - "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25121-02", - "Microsoft.NETCore.Jit": "2.0.0-beta-25121-02", - "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25121-02", - "Microsoft.NETCore.TestHost": "2.0.0-beta-25121-02" + "Microsoft.NETCore.ILAsm": "2.0.0-beta-25123-03", + "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25123-03", + "Microsoft.NETCore.Jit": "2.0.0-beta-25123-03", + "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25123-03", + "Microsoft.NETCore.TestHost": "2.0.0-beta-25123-03" }, "frameworks": { "netcoreapp2.0": { diff --git a/src/coreclr/tests/src/Common/netcoreapp/project.json b/src/coreclr/tests/src/Common/netcoreapp/project.json index 5c33177..56b2890 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-25122-01" + "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25122-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 483c875..b8f095e 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-25121-02" + "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25123-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 13dc3bf..201f780 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-25122-01", - "Microsoft.Private.CoreFx.NETCoreApp": "4.4.0-beta-25122-01", - "System.Memory": "4.4.0-beta-25122-01", - "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25122-01" + "Microsoft.NETCore.Platforms": "2.0.0-beta-25122-02", + "Microsoft.Private.CoreFx.NETCoreApp": "4.4.0-beta-25122-02", + "System.Memory": "4.4.0-beta-25122-02", + "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25122-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 a1791c4..af75a7d 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-25122-01", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25122-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 d7569d3..a3a54c3 100644 --- a/src/coreclr/tests/src/JIT/config/benchmark+roslyn/project.json +++ b/src/coreclr/tests/src/JIT/config/benchmark+roslyn/project.json @@ -6,12 +6,12 @@ "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-25122-01", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25122-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-beta-25122-01", + "System.Numerics.Vectors": "4.4.0-beta-25122-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", 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 0700e10..432b8d3 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-25122-01", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25122-02", "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 a44f585..62f618f 100644 --- a/src/coreclr/tests/src/JIT/config/benchmark/project.json +++ b/src/coreclr/tests/src/JIT/config/benchmark/project.json @@ -5,15 +5,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-25122-01", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25122-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-beta-25122-01", - "System.Numerics.Vectors": "4.4.0-beta-25122-01", + "System.Memory": "4.4.0-beta-25122-02", + "System.Numerics.Vectors": "4.4.0-beta-25122-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", diff --git a/src/coreclr/tests/src/TestWrappersConfig/project.json b/src/coreclr/tests/src/TestWrappersConfig/project.json index fb2be0d..54376da 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-25122-01", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25122-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 d52f479..37fe4d3 100644 --- a/src/coreclr/tests/src/performance/project.json +++ b/src/coreclr/tests/src/performance/project.json @@ -5,13 +5,13 @@ "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-25122-01", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25122-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-beta-25122-01", + "System.Numerics.Vectors": "4.4.0-beta-25122-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",