diff options
author | dotnet bot <dotnet-bot@dotnetfoundation.org> | 2017-03-27 17:59:59 -0700 |
---|---|---|
committer | Dan Moseley <danmose@microsoft.com> | 2017-03-27 17:59:59 -0700 |
commit | 810f9398337485b30ffb447ccaab5d4c85cadb3a (patch) | |
tree | ad1ed285c0ce2bbf77b44269a9ae4b3b5f6f9fc1 /tests/src | |
parent | 1490075c8887ce277bb2ae2f2a77ad7feb7cc125 (diff) | |
download | coreclr-810f9398337485b30ffb447ccaab5d4c85cadb3a.tar.gz coreclr-810f9398337485b30ffb447ccaab5d4c85cadb3a.tar.bz2 coreclr-810f9398337485b30ffb447ccaab5d4c85cadb3a.zip |
Update CoreClr, CoreFx to beta-25127-03, beta-25124-07, respectively (#10468)
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/Common/build_against_pkg_dependencies/project.json | 10 | ||||
-rw-r--r-- | tests/src/Common/netcoreapp/project.json | 2 | ||||
-rw-r--r-- | tests/src/Common/targeting_pack_ref/project.json | 2 | ||||
-rw-r--r-- | tests/src/Common/test_dependencies/project.json | 8 | ||||
-rw-r--r-- | tests/src/Common/test_runtime/project.json | 2 | ||||
-rw-r--r-- | tests/src/JIT/config/benchmark+roslyn/project.json | 4 | ||||
-rw-r--r-- | tests/src/JIT/config/benchmark+serialize/project.json | 2 | ||||
-rw-r--r-- | tests/src/JIT/config/benchmark/project.json | 6 | ||||
-rw-r--r-- | tests/src/TestWrappersConfig/project.json | 2 | ||||
-rw-r--r-- | tests/src/performance/project.json | 4 |
10 files changed, 21 insertions, 21 deletions
diff --git a/tests/src/Common/build_against_pkg_dependencies/project.json b/tests/src/Common/build_against_pkg_dependencies/project.json index 74629e20f0..7ea611f7d7 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-beta-25123-08", - "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25123-08", - "Microsoft.NETCore.Jit": "2.0.0-beta-25123-08", - "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25123-08", - "Microsoft.NETCore.TestHost": "2.0.0-beta-25123-08" + "Microsoft.NETCore.ILAsm": "2.0.0-beta-25127-03", + "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25127-03", + "Microsoft.NETCore.Jit": "2.0.0-beta-25127-03", + "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25127-03", + "Microsoft.NETCore.TestHost": "2.0.0-beta-25127-03" }, "frameworks": { "netcoreapp2.0": { diff --git a/tests/src/Common/netcoreapp/project.json b/tests/src/Common/netcoreapp/project.json index 56b2890ead..64f8667307 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-beta-25122-02" + "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25124-07" }, "frameworks": { "netcoreapp2.0": {} diff --git a/tests/src/Common/targeting_pack_ref/project.json b/tests/src/Common/targeting_pack_ref/project.json index 52580850a7..d5e29982f4 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-beta-25123-08" + "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25127-03" }, "frameworks": { "netcoreapp1.1": { diff --git a/tests/src/Common/test_dependencies/project.json b/tests/src/Common/test_dependencies/project.json index 201f7800ad..ca2915ec27 100644 --- a/tests/src/Common/test_dependencies/project.json +++ b/tests/src/Common/test_dependencies/project.json @@ -1,9 +1,9 @@ { "dependencies": { - "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" + "Microsoft.NETCore.Platforms": "2.0.0-beta-25124-07", + "Microsoft.Private.CoreFx.NETCoreApp": "4.4.0-beta-25124-07", + "System.Memory": "4.4.0-beta-25124-07", + "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25124-07" }, "frameworks": { "netcoreapp2.0": { diff --git a/tests/src/Common/test_runtime/project.json b/tests/src/Common/test_runtime/project.json index af75a7d85d..9731d06a0a 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-beta-25122-02", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25124-07", "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 a3a54c36c1..1d66daf7c5 100644 --- a/tests/src/JIT/config/benchmark+roslyn/project.json +++ b/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-02", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25124-07", "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-02", + "System.Numerics.Vectors": "4.4.0-beta-25124-07", "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/tests/src/JIT/config/benchmark+serialize/project.json b/tests/src/JIT/config/benchmark+serialize/project.json index 432b8d3fb5..8e2b76de56 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-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-02", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25124-07", "Newtonsoft.Json": "7.0.1", "System.Console": "4.4.0-beta-24913-02", "System.IO": "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 62f618fb33..395987ce46 100644 --- a/tests/src/JIT/config/benchmark/project.json +++ b/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-02", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25124-07", "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-02", - "System.Numerics.Vectors": "4.4.0-beta-25122-02", + "System.Memory": "4.4.0-beta-25124-07", + "System.Numerics.Vectors": "4.4.0-beta-25124-07", "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/tests/src/TestWrappersConfig/project.json b/tests/src/TestWrappersConfig/project.json index 54376da10a..e6e0e065e6 100644 --- a/tests/src/TestWrappersConfig/project.json +++ b/tests/src/TestWrappersConfig/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0-beta-25122-02", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25124-07", "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 37fe4d3ad7..7ff58833db 100644 --- a/tests/src/performance/project.json +++ b/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-02", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25124-07", "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-02", + "System.Numerics.Vectors": "4.4.0-beta-25124-07", "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", |