summaryrefslogtreecommitdiff
path: root/tests/src
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2017-03-10 17:59:04 +0000
committerdotnet-bot <dotnet-bot@microsoft.com>2017-03-10 17:59:04 +0000
commit01ddf3893d5f8752bb98e034454619542a3dc27c (patch)
tree496dd46cbaf8f76cc7eae15fb88654c1398e1633 /tests/src
parent1417d65cb54c95561d7595070bc4ab5e246a59e7 (diff)
downloadcoreclr-01ddf3893d5f8752bb98e034454619542a3dc27c.tar.gz
coreclr-01ddf3893d5f8752bb98e034454619542a3dc27c.tar.bz2
coreclr-01ddf3893d5f8752bb98e034454619542a3dc27c.zip
Update CoreClr, CoreFx to beta-25110-03, beta-25110-02, respectively
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/Common/build_against_pkg_dependencies/project.json10
-rw-r--r--tests/src/Common/netcoreapp/project.json2
-rw-r--r--tests/src/Common/targeting_pack_ref/project.json2
-rw-r--r--tests/src/Common/test_dependencies/project.json12
-rw-r--r--tests/src/Common/test_runtime/project.json2
-rw-r--r--tests/src/JIT/config/benchmark+roslyn/project.json2
-rw-r--r--tests/src/JIT/config/benchmark+serialize/project.json2
-rw-r--r--tests/src/JIT/config/benchmark/project.json4
-rw-r--r--tests/src/JIT/config/extra/project.json6
-rw-r--r--tests/src/JIT/config/minimal/project.json2
-rw-r--r--tests/src/JIT/config/threading+thread/project.json2
-rw-r--r--tests/src/JIT/config/threading/project.json2
-rw-r--r--tests/src/TestWrappersConfig/project.json2
-rw-r--r--tests/src/performance/project.json2
14 files changed, 26 insertions, 26 deletions
diff --git a/tests/src/Common/build_against_pkg_dependencies/project.json b/tests/src/Common/build_against_pkg_dependencies/project.json
index 07ba3aef81..495ac5cf50 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-25109-03",
- "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25109-03",
- "Microsoft.NETCore.Jit": "2.0.0-beta-25109-03",
- "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25109-03",
- "Microsoft.NETCore.TestHost": "2.0.0-beta-25109-03"
+ "Microsoft.NETCore.ILAsm": "2.0.0-beta-25110-03",
+ "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25110-03",
+ "Microsoft.NETCore.Jit": "2.0.0-beta-25110-03",
+ "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25110-03",
+ "Microsoft.NETCore.TestHost": "2.0.0-beta-25110-03"
},
"frameworks": {
"netcoreapp1.1": {
diff --git a/tests/src/Common/netcoreapp/project.json b/tests/src/Common/netcoreapp/project.json
index 6d351f90a8..fa1cb9636d 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-25109-03"
+ "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25110-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 a97eff8be0..fa047a43a9 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-25109-03"
+ "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25110-03"
},
"frameworks": {
"netcoreapp1.1": {
diff --git a/tests/src/Common/test_dependencies/project.json b/tests/src/Common/test_dependencies/project.json
index bc5a6cac71..f5f41e10f5 100644
--- a/tests/src/Common/test_dependencies/project.json
+++ b/tests/src/Common/test_dependencies/project.json
@@ -9,9 +9,9 @@
"Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
"Microsoft.Win32.Primitives": "4.4.0-beta-24913-02",
"Newtonsoft.Json": "8.0.3",
- "Microsoft.NETCore.Platforms": "2.0.0-beta-25109-03",
+ "Microsoft.NETCore.Platforms": "2.0.0-beta-25110-02",
"Microsoft.NETCore.Targets": "1.2.0-beta-24913-02",
- "System.Collections.Immutable": "1.4.0-beta-25109-03",
+ "System.Collections.Immutable": "1.4.0-beta-25110-02",
"System.Threading.Thread": "4.4.0-beta-24913-02",
"System.Collections": "4.4.0-beta-24913-02",
"System.Xml.XmlSerializer": "4.4.0-beta-24913-02",
@@ -38,16 +38,16 @@
"System.Linq": "4.4.0-beta-24913-02",
"System.Linq.Queryable": "4.4.0-beta-24913-02",
"System.Linq.Expressions": "4.4.0-beta-24913-02",
- "System.Memory": "4.4.0-beta-25109-03",
+ "System.Memory": "4.4.0-beta-25110-02",
"System.Reflection": "4.4.0-beta-24913-02",
"System.Reflection.Extensions": "4.4.0-beta-24913-02",
"System.Resources.ResourceManager": "4.4.0-beta-24913-02",
"System.Runtime": "4.4.0-beta-24913-02",
- "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25109-03",
+ "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25110-02",
"System.Runtime.Extensions": "4.4.0-beta-24913-02",
"System.Runtime.Handles": "4.4.0-beta-24913-02",
"System.Runtime.InteropServices": "4.4.0-beta-24913-02",
- "System.Runtime.InteropServices.RuntimeInformation": "4.4.0-beta-25109-03",
+ "System.Runtime.InteropServices.RuntimeInformation": "4.4.0-beta-25110-02",
"System.Runtime.Loader": "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",
@@ -57,7 +57,7 @@
"System.Text.Encoding.Extensions": "4.4.0-beta-24913-02",
"System.Text.RegularExpressions": "4.4.0-beta-24913-02",
"System.Threading": "4.4.0-beta-24913-02",
- "System.Threading.AccessControl": "4.4.0-beta-25109-03",
+ "System.Threading.AccessControl": "4.4.0-beta-25110-02",
"System.Threading.Overlapped": "4.4.0-beta-24913-02",
"System.Threading.Tasks": "4.4.0-beta-24913-02",
"System.Threading.Tasks.Parallel": "4.4.0-beta-24913-02",
diff --git a/tests/src/Common/test_runtime/project.json b/tests/src/Common/test_runtime/project.json
index f3e1086f26..d4fda85974 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-25109-03",
+ "Microsoft.NETCore.Platforms": "2.0.0-beta-25110-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 9951e3cdb9..e200b130ff 100644
--- a/tests/src/JIT/config/benchmark+roslyn/project.json
+++ b/tests/src/JIT/config/benchmark+roslyn/project.json
@@ -4,7 +4,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-25109-03",
+ "Microsoft.NETCore.Platforms": "2.0.0-beta-25110-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",
diff --git a/tests/src/JIT/config/benchmark+serialize/project.json b/tests/src/JIT/config/benchmark+serialize/project.json
index deb7388701..2d7365bc0b 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-25109-03",
+ "Microsoft.NETCore.Platforms": "2.0.0-beta-25110-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/tests/src/JIT/config/benchmark/project.json b/tests/src/JIT/config/benchmark/project.json
index b05f42f3d3..bdc0c19635 100644
--- a/tests/src/JIT/config/benchmark/project.json
+++ b/tests/src/JIT/config/benchmark/project.json
@@ -3,14 +3,14 @@
"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-25109-03",
+ "Microsoft.NETCore.Platforms": "2.0.0-beta-25110-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-25109-03",
+ "System.Memory": "4.4.0-beta-25110-02",
"System.Numerics.Vectors": "4.4.0-beta-24913-02",
"System.Reflection": "4.4.0-beta-24913-02",
"System.Reflection.Extensions": "4.4.0-beta-24913-02",
diff --git a/tests/src/JIT/config/extra/project.json b/tests/src/JIT/config/extra/project.json
index 35bc2bbcb4..994b1838c2 100644
--- a/tests/src/JIT/config/extra/project.json
+++ b/tests/src/JIT/config/extra/project.json
@@ -1,10 +1,10 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "2.0.0-beta-25109-03",
+ "Microsoft.NETCore.Platforms": "2.0.0-beta-25110-02",
"System.Collections": "4.4.0-beta-24913-02",
"System.Console": "4.4.0-beta-24913-02",
"System.Diagnostics.Debug": "4.4.0-beta-24913-02",
- "System.Runtime.InteropServices.RuntimeInformation": "4.4.0-beta-25109-03",
+ "System.Runtime.InteropServices.RuntimeInformation": "4.4.0-beta-25110-02",
"System.Diagnostics.Process": "4.4.0-beta-24913-02",
"System.Globalization": "4.4.0-beta-24913-02",
"System.IO": "4.4.0-beta-24913-02",
@@ -14,7 +14,7 @@
"System.Reflection.TypeExtensions": "4.4.0-beta-24913-02",
"System.Runtime": "4.4.0-beta-24913-02",
"System.Runtime.Extensions": "4.4.0-beta-24913-02",
- "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25109-03",
+ "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25110-02",
"System.Runtime.InteropServices": "4.4.0-beta-24913-02"
},
"frameworks": {
diff --git a/tests/src/JIT/config/minimal/project.json b/tests/src/JIT/config/minimal/project.json
index 6e68cd6c81..edb3d8ab19 100644
--- a/tests/src/JIT/config/minimal/project.json
+++ b/tests/src/JIT/config/minimal/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "2.0.0-beta-25109-03",
+ "Microsoft.NETCore.Platforms": "2.0.0-beta-25110-02",
"System.Console": "4.4.0-beta-24913-02",
"System.Runtime": "4.4.0-beta-24913-02",
"System.Runtime.Extensions": "4.4.0-beta-24913-02",
diff --git a/tests/src/JIT/config/threading+thread/project.json b/tests/src/JIT/config/threading+thread/project.json
index ef92890c41..e0978dfe86 100644
--- a/tests/src/JIT/config/threading+thread/project.json
+++ b/tests/src/JIT/config/threading+thread/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "2.0.0-beta-25109-03",
+ "Microsoft.NETCore.Platforms": "2.0.0-beta-25110-02",
"System.Console": "4.4.0-beta-24913-02",
"System.Numerics.Vectors": "4.4.0-beta-24913-02",
"System.Runtime": "4.4.0-beta-24913-02",
diff --git a/tests/src/JIT/config/threading/project.json b/tests/src/JIT/config/threading/project.json
index 4302c2bb45..c115d2c511 100644
--- a/tests/src/JIT/config/threading/project.json
+++ b/tests/src/JIT/config/threading/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "2.0.0-beta-25109-03",
+ "Microsoft.NETCore.Platforms": "2.0.0-beta-25110-02",
"System.Console": "4.4.0-beta-24913-02",
"System.Runtime": "4.4.0-beta-24913-02",
"System.Runtime.Extensions": "4.4.0-beta-24913-02",
diff --git a/tests/src/TestWrappersConfig/project.json b/tests/src/TestWrappersConfig/project.json
index c146736290..58e6014b44 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-25109-03",
+ "Microsoft.NETCore.Platforms": "2.0.0-beta-25110-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 8ae9e923ae..04a76748b4 100644
--- a/tests/src/performance/project.json
+++ b/tests/src/performance/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-25109-03",
+ "Microsoft.NETCore.Platforms": "2.0.0-beta-25110-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",