diff options
author | dotnet bot <dotnet-bot@dotnetfoundation.org> | 2017-03-21 22:04:42 -0700 |
---|---|---|
committer | Gaurav Khanna <gkhanna@microsoft.com> | 2017-03-21 22:04:42 -0700 |
commit | 8390d5464b2f0f0ce360fc8b92869bfe8ad5d172 (patch) | |
tree | 27617735e9b50fe3d6c9bc31b4a64c7d52456846 /tests/src | |
parent | cdff8b0babe5d82737058ccdae8b14d8ae90160d (diff) | |
download | coreclr-8390d5464b2f0f0ce360fc8b92869bfe8ad5d172.tar.gz coreclr-8390d5464b2f0f0ce360fc8b92869bfe8ad5d172.tar.bz2 coreclr-8390d5464b2f0f0ce360fc8b92869bfe8ad5d172.zip |
Update CoreClr, CoreFx to beta-25121-02, beta-25122-01, respectively (#10310)
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 44df1cdd59..cfd0750fca 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-25119-02", - "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25119-02", - "Microsoft.NETCore.Jit": "2.0.0-beta-25119-02", - "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25119-02", - "Microsoft.NETCore.TestHost": "2.0.0-beta-25119-02" + "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" }, "frameworks": { "netcoreapp2.0": { diff --git a/tests/src/Common/netcoreapp/project.json b/tests/src/Common/netcoreapp/project.json index 97a0ccf9ba..5c331775a4 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-25118-01" + "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25122-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 3250cc9398..ebd0c723a5 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-25119-02" + "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25121-02" }, "frameworks": { "netcoreapp1.1": { diff --git a/tests/src/Common/test_dependencies/project.json b/tests/src/Common/test_dependencies/project.json index c3564ef045..a8dff1091e 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-25118-01", - "Microsoft.Private.CoreFx.NETCoreApp": "4.4.0-beta-25118-01", - "System.Memory": "4.4.0-beta-25118-01", - "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25118-01" + "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" }, "frameworks": { "netcoreapp2.0": { diff --git a/tests/src/Common/test_runtime/project.json b/tests/src/Common/test_runtime/project.json index f7bb8fc9bb..3e8064972e 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-25118-01", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25122-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 2f86efe892..0c3bbb94bd 100644 --- a/tests/src/JIT/config/benchmark+roslyn/project.json +++ b/tests/src/JIT/config/benchmark+roslyn/project.json @@ -4,12 +4,12 @@ "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-25118-01", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25122-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-beta-24913-02", + "System.Numerics.Vectors": "4.4.0-beta-25122-01", "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 f1adda9529..9857e5a58f 100644 --- a/tests/src/JIT/config/benchmark+serialize/project.json +++ b/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-25118-01", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25122-01", "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 e04a2e2e11..f9f4e8e770 100644 --- a/tests/src/JIT/config/benchmark/project.json +++ b/tests/src/JIT/config/benchmark/project.json @@ -3,15 +3,15 @@ "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-25118-01", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25122-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-beta-25118-01", - "System.Numerics.Vectors": "4.4.0-beta-24913-02", + "System.Memory": "4.4.0-beta-25122-01", + "System.Numerics.Vectors": "4.4.0-beta-25122-01", "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 09e4d33039..5ea85787f3 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-25118-01", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25122-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 c3a494557f..eb62fa45ce 100644 --- a/tests/src/performance/project.json +++ b/tests/src/performance/project.json @@ -3,13 +3,13 @@ "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-25118-01", + "Microsoft.NETCore.Platforms": "2.0.0-beta-25122-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-beta-24913-02", + "System.Numerics.Vectors": "4.4.0-beta-25122-01", "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", |