From: dotnet bot Date: Sat, 13 May 2017 21:32:19 +0000 (-0700) Subject: Update CoreClr, CoreFx to preview2-25313-04, preview2-25313-02, respectively (#11575) X-Git-Tag: accepted/tizen/base/20180629.140029~1109^2~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76cbc581382ebbcf745dd2b79ac02c419970808c;p=platform%2Fupstream%2Fcoreclr.git Update CoreClr, CoreFx to preview2-25313-04, preview2-25313-02, respectively (#11575) --- diff --git a/dependencies.props b/dependencies.props index f002839..7e62027 100644 --- a/dependencies.props +++ b/dependencies.props @@ -1,18 +1,18 @@ - eb1da11e02157785e0f78fda79a14115acae6c34 - eb1da11e02157785e0f78fda79a14115acae6c34 + 3f56adbcc40bb239911bf7ebea79ae086c6af230 + 3f56adbcc40bb239911bf7ebea79ae086c6af230 - preview2-25312-03 + preview2-25313-02 - 2.0.0-preview2-25312-01 + 2.0.0-preview2-25313-04 2.2.0-beta2-build3300 diff --git a/tests/src/Common/build_against_pkg_dependencies/project.json b/tests/src/Common/build_against_pkg_dependencies/project.json index 4d975f6..79db7e5 100644 --- a/tests/src/Common/build_against_pkg_dependencies/project.json +++ b/tests/src/Common/build_against_pkg_dependencies/project.json @@ -1,10 +1,10 @@ { "dependencies": { - "Microsoft.NETCore.ILAsm": "2.0.0-preview2-25312-01", - "Microsoft.NETCore.ILDAsm": "2.0.0-preview2-25312-01", - "Microsoft.NETCore.Jit": "2.0.0-preview2-25312-01", - "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview2-25312-01", - "Microsoft.NETCore.TestHost": "2.0.0-preview2-25312-01" + "Microsoft.NETCore.ILAsm": "2.0.0-preview2-25313-04", + "Microsoft.NETCore.ILDAsm": "2.0.0-preview2-25313-04", + "Microsoft.NETCore.Jit": "2.0.0-preview2-25313-04", + "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview2-25313-04", + "Microsoft.NETCore.TestHost": "2.0.0-preview2-25313-04" }, "frameworks": { "netcoreapp2.0": { diff --git a/tests/src/Common/netcoreapp/project.json b/tests/src/Common/netcoreapp/project.json index 489e996..e518a90 100644 --- a/tests/src/Common/netcoreapp/project.json +++ b/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-25312-03" + "System.Runtime.CompilerServices.Unsafe": "4.4.0-preview2-25313-02" }, "frameworks": { "netcoreapp2.0": {} diff --git a/tests/src/Common/targeting_pack_ref/project.json b/tests/src/Common/targeting_pack_ref/project.json index 41b592b..b0e35ae 100644 --- a/tests/src/Common/targeting_pack_ref/project.json +++ b/tests/src/Common/targeting_pack_ref/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-preview2-25312-01" + "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-preview2-25313-04" }, "frameworks": { "netcoreapp1.1": { diff --git a/tests/src/Common/test_dependencies/project.json b/tests/src/Common/test_dependencies/project.json index c6c1ee9..f9b9b0a 100644 --- a/tests/src/Common/test_dependencies/project.json +++ b/tests/src/Common/test_dependencies/project.json @@ -1,10 +1,10 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0-preview2-25312-03", - "Microsoft.Private.CoreFx.NETCoreApp": "4.4.0-preview2-25312-03", - "System.Memory": "4.4.0-preview2-25312-03", - "System.Runtime.CompilerServices.Unsafe": "4.4.0-preview2-25312-03", - "System.Security.Permissions": "4.4.0-preview2-25312-03" + "Microsoft.NETCore.Platforms": "2.0.0-preview2-25313-02", + "Microsoft.Private.CoreFx.NETCoreApp": "4.4.0-preview2-25313-02", + "System.Memory": "4.4.0-preview2-25313-02", + "System.Runtime.CompilerServices.Unsafe": "4.4.0-preview2-25313-02", + "System.Security.Permissions": "4.4.0-preview2-25313-02" }, "frameworks": { "netcoreapp2.0": { diff --git a/tests/src/Common/test_runtime/project.json b/tests/src/Common/test_runtime/project.json index ede5a00..c56ebcf 100644 --- a/tests/src/Common/test_runtime/project.json +++ b/tests/src/Common/test_runtime/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0-preview2-25312-03", + "Microsoft.NETCore.Platforms": "2.0.0-preview2-25313-02", "Microsoft.DotNet.CoreCLR.TestDependencies": "1.0.0-prerelease", "jit-dasm": "0.0.1.4", "cijobs": "0.0.1.2", diff --git a/tests/src/JIT/config/benchmark+roslyn/project.json b/tests/src/JIT/config/benchmark+roslyn/project.json index 62b284a..07dfdb9 100644 --- a/tests/src/JIT/config/benchmark+roslyn/project.json +++ b/tests/src/JIT/config/benchmark+roslyn/project.json @@ -6,15 +6,15 @@ "xunit.performance.execution": "1.0.0-beta-build0004", "xunit.performance.metrics": "1.0.0-beta-build0004", "Microsoft.Diagnostics.Tracing.TraceEvent": "1.0.3-alpha-experimental", - "Microsoft.NETCore.Platforms": "2.0.0-preview2-25312-03", + "Microsoft.NETCore.Platforms": "2.0.0-preview2-25313-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-25312-03", + "System.Numerics.Vectors": "4.4.0-preview2-25313-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-25312-03", + "System.Reflection.TypeExtensions": "4.4.0-preview2-25313-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/tests/src/JIT/config/benchmark+serialize/project.json b/tests/src/JIT/config/benchmark+serialize/project.json index 13af882..5fd6ea5 100644 --- a/tests/src/JIT/config/benchmark+serialize/project.json +++ b/tests/src/JIT/config/benchmark+serialize/project.json @@ -5,7 +5,7 @@ "xunit.performance.execution": "1.0.0-beta-build0004", "xunit.performance.metrics": "1.0.0-beta-build0004", "Microsoft.Diagnostics.Tracing.TraceEvent": "1.0.3-alpha-experimental", - "Microsoft.NETCore.Platforms": "2.0.0-preview2-25312-03", + "Microsoft.NETCore.Platforms": "2.0.0-preview2-25313-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-25312-03", + "System.Reflection.TypeExtensions": "4.4.0-preview2-25313-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/tests/src/JIT/config/benchmark/project.json b/tests/src/JIT/config/benchmark/project.json index 5eae843..9819eda 100644 --- a/tests/src/JIT/config/benchmark/project.json +++ b/tests/src/JIT/config/benchmark/project.json @@ -5,20 +5,20 @@ "xunit.performance.execution": "1.0.0-beta-build0004", "xunit.performance.metrics": "1.0.0-beta-build0004", "Microsoft.Diagnostics.Tracing.TraceEvent": "1.0.3-alpha-experimental", - "Microsoft.NETCore.Platforms": "2.0.0-preview2-25312-03", + "Microsoft.NETCore.Platforms": "2.0.0-preview2-25313-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-25312-03", - "System.Numerics.Vectors": "4.4.0-preview2-25312-03", + "System.Memory": "4.4.0-preview2-25313-02", + "System.Numerics.Vectors": "4.4.0-preview2-25313-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-25312-03", + "System.Reflection.TypeExtensions": "4.4.0-preview2-25313-02", "System.Runtime": "4.4.0-beta-24913-02", - "System.Runtime.CompilerServices.Unsafe": "4.4.0-preview2-25312-03", + "System.Runtime.CompilerServices.Unsafe": "4.4.0-preview2-25313-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/tests/src/TestWrappersConfig/project.json b/tests/src/TestWrappersConfig/project.json index b13ea0e..49630a1 100644 --- a/tests/src/TestWrappersConfig/project.json +++ b/tests/src/TestWrappersConfig/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0-preview2-25312-03", + "Microsoft.NETCore.Platforms": "2.0.0-preview2-25313-02", "xunit": "2.2.0-beta2-build3300", "xunit.assert": "2.2.0-beta2-build3300", "xunit.core": "2.2.0-beta2-build3300", diff --git a/tests/src/performance/project.json b/tests/src/performance/project.json index ec84e82..a472e1c 100644 --- a/tests/src/performance/project.json +++ b/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-25312-03", + "Microsoft.NETCore.Platforms": "2.0.0-preview2-25313-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-25312-03", + "System.Numerics.Vectors": "4.4.0-preview2-25313-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-25312-03", + "System.Reflection.TypeExtensions": "4.4.0-preview2-25313-02", "System.Runtime": "4.4.0-beta-24913-02", "System.Runtime.Extensions": "4.4.0-beta-24913-02", "System.Runtime.Loader": "4.0.0",