Add new dependencies to tests where package upgrade moved types.
authorDavis Goodin <dagood@microsoft.com>
Fri, 11 Mar 2016 00:04:53 +0000 (18:04 -0600)
committerDavis Goodin <dagood@microsoft.com>
Fri, 11 Mar 2016 00:08:28 +0000 (18:08 -0600)
Commit migrated from https://github.com/dotnet/coreclr/commit/fefb39a3c88da856c7edafa4297c956f02d46b3e

src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/102140/project.json
src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/177066w/project.json
src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/203962w/project.json
src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/project.json
src/coreclr/tests/src/Loader/classloader/regressions/359519/project.json
src/coreclr/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_support/project.json
src/coreclr/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_threadpoolnullchecks/project.json

index cda793f..df0d4d9 100644 (file)
@@ -2,6 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
+    "System.Reflection": "4.0.10",
     "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
index cda793f..df0d4d9 100644 (file)
@@ -2,6 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
+    "System.Reflection": "4.0.10",
     "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
index cda793f..df0d4d9 100644 (file)
@@ -2,6 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
+    "System.Reflection": "4.0.10",
     "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
index cda793f..df0d4d9 100644 (file)
@@ -2,6 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
+    "System.Reflection": "4.0.10",
     "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
index cda793f..dcfc151 100644 (file)
@@ -3,7 +3,8 @@
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
     "System.Runtime": "4.1.0-rc2-23816",
-    "System.Runtime.Extensions": "4.0.10"
+    "System.Runtime.Extensions": "4.0.10",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816"
   },
   "frameworks": {
     "dnxcore50": {}
index a2e84dc..f364fe9 100644 (file)
@@ -24,6 +24,7 @@
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
     "System.Threading.Thread": "4.0.0-rc2-23816",
+    "System.Threading.ThreadPool": "4.0.10-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index a2e84dc..f364fe9 100644 (file)
@@ -24,6 +24,7 @@
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
     "System.Threading.Thread": "4.0.0-rc2-23816",
+    "System.Threading.ThreadPool": "4.0.10-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",