diff options
author | dotnet bot <dotnet-bot@dotnetfoundation.org> | 2017-05-02 07:23:21 -0700 |
---|---|---|
committer | Gaurav Khanna <gkhanna@microsoft.com> | 2017-05-02 07:23:21 -0700 |
commit | 503c1d3fb0fcf7cdec24e28dd4f7d66b8c8d88e7 (patch) | |
tree | 1529d0d34a6014902a7c24cb48b2eb22b77bda95 /tests | |
parent | eefe7a195cd1e36b9b0d16761b711061b5f3705f (diff) | |
download | coreclr-503c1d3fb0fcf7cdec24e28dd4f7d66b8c8d88e7.tar.gz coreclr-503c1d3fb0fcf7cdec24e28dd4f7d66b8c8d88e7.tar.bz2 coreclr-503c1d3fb0fcf7cdec24e28dd4f7d66b8c8d88e7.zip |
Update CoreClr, CoreFx to preview2-25302-02, preview2-25302-01, respectively (#11326)
Diffstat (limited to 'tests')
-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 | 10 | ||||
-rw-r--r-- | tests/src/Common/test_runtime/project.json | 2 | ||||
-rw-r--r-- | tests/src/JIT/config/benchmark+roslyn/project.json | 6 | ||||
-rw-r--r-- | tests/src/JIT/config/benchmark+serialize/project.json | 4 | ||||
-rw-r--r-- | tests/src/JIT/config/benchmark/project.json | 10 | ||||
-rw-r--r-- | tests/src/TestWrappersConfig/project.json | 2 | ||||
-rw-r--r-- | tests/src/performance/project.json | 6 |
10 files changed, 27 insertions, 27 deletions
diff --git a/tests/src/Common/build_against_pkg_dependencies/project.json b/tests/src/Common/build_against_pkg_dependencies/project.json index ee8a89c8fd..46c7507097 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-25301-03", - "Microsoft.NETCore.ILDAsm": "2.0.0-preview2-25301-03", - "Microsoft.NETCore.Jit": "2.0.0-preview2-25301-03", - "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview2-25301-03", - "Microsoft.NETCore.TestHost": "2.0.0-preview2-25301-03" + "Microsoft.NETCore.ILAsm": "2.0.0-preview2-25302-02", + "Microsoft.NETCore.ILDAsm": "2.0.0-preview2-25302-02", + "Microsoft.NETCore.Jit": "2.0.0-preview2-25302-02", + "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview2-25302-02", + "Microsoft.NETCore.TestHost": "2.0.0-preview2-25302-02" }, "frameworks": { "netcoreapp2.0": { diff --git a/tests/src/Common/netcoreapp/project.json b/tests/src/Common/netcoreapp/project.json index 556aef16ce..59f907f2dd 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-25301-02" + "System.Runtime.CompilerServices.Unsafe": "4.4.0-preview2-25302-01" }, "frameworks": { "netcoreapp2.0": {} diff --git a/tests/src/Common/targeting_pack_ref/project.json b/tests/src/Common/targeting_pack_ref/project.json index 92a87a01fd..40248aa70c 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-25301-03" + "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-preview2-25302-02" }, "frameworks": { "netcoreapp1.1": { diff --git a/tests/src/Common/test_dependencies/project.json b/tests/src/Common/test_dependencies/project.json index fee463d2a4..6cd388d9ee 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-25301-02", - "Microsoft.Private.CoreFx.NETCoreApp": "4.4.0-preview2-25301-02", - "System.Memory": "4.4.0-preview2-25301-02", - "System.Runtime.CompilerServices.Unsafe": "4.4.0-preview2-25301-02", - "System.Security.Permissions": "4.4.0-preview2-25301-02" + "Microsoft.NETCore.Platforms": "2.0.0-preview2-25302-01", + "Microsoft.Private.CoreFx.NETCoreApp": "4.4.0-preview2-25302-01", + "System.Memory": "4.4.0-preview2-25302-01", + "System.Runtime.CompilerServices.Unsafe": "4.4.0-preview2-25302-01", + "System.Security.Permissions": "4.4.0-preview2-25302-01" }, "frameworks": { "netcoreapp2.0": { diff --git a/tests/src/Common/test_runtime/project.json b/tests/src/Common/test_runtime/project.json index 99da0be47e..a56d102a56 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-25301-02", + "Microsoft.NETCore.Platforms": "2.0.0-preview2-25302-01", "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 c35a0c129f..7a330b67ab 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-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-25301-02", + "Microsoft.NETCore.Platforms": "2.0.0-preview2-25302-01", "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-25301-02", + "System.Numerics.Vectors": "4.4.0-preview2-25302-01", "System.Reflection": "4.4.0-beta-24913-02", "System.Reflection.Extensions": "4.4.0-beta-24913-02", - "System.Reflection.TypeExtensions": "4.4.0-preview2-25301-02", + "System.Reflection.TypeExtensions": "4.4.0-preview2-25302-01", "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 d90095e3be..e1da2948be 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-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-25301-02", + "Microsoft.NETCore.Platforms": "2.0.0-preview2-25302-01", "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-25301-02", + "System.Reflection.TypeExtensions": "4.4.0-preview2-25302-01", "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 7193933d39..2ee3e056bb 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-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-25301-02", + "Microsoft.NETCore.Platforms": "2.0.0-preview2-25302-01", "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-25301-02", - "System.Numerics.Vectors": "4.4.0-preview2-25301-02", + "System.Memory": "4.4.0-preview2-25302-01", + "System.Numerics.Vectors": "4.4.0-preview2-25302-01", "System.Reflection": "4.4.0-beta-24913-02", "System.Reflection.Extensions": "4.4.0-beta-24913-02", - "System.Reflection.TypeExtensions": "4.4.0-preview2-25301-02", + "System.Reflection.TypeExtensions": "4.4.0-preview2-25302-01", "System.Runtime": "4.4.0-beta-24913-02", - "System.Runtime.CompilerServices.Unsafe": "4.4.0-preview2-25301-02", + "System.Runtime.CompilerServices.Unsafe": "4.4.0-preview2-25302-01", "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 b8d974f901..dd84ccdf84 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-25301-02", + "Microsoft.NETCore.Platforms": "2.0.0-preview2-25302-01", "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 9f4df8f59b..201714a2f9 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-25301-02", + "Microsoft.NETCore.Platforms": "2.0.0-preview2-25302-01", "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-25301-02", + "System.Numerics.Vectors": "4.4.0-preview2-25302-01", "System.Reflection": "4.4.0-beta-24913-02", "System.Reflection.Extensions": "4.4.0-beta-24913-02", - "System.Reflection.TypeExtensions": "4.4.0-preview2-25301-02", + "System.Reflection.TypeExtensions": "4.4.0-preview2-25302-01", "System.Runtime": "4.4.0-beta-24913-02", "System.Runtime.Extensions": "4.4.0-beta-24913-02", "System.Runtime.Loader": "4.0.0", |