From a6b58c35d0652f49194782a80a7c5a63d432a9ff Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Thu, 3 Mar 2016 17:18:51 -0600 Subject: Add System.Threading.Thread to tests to restore missing types. Upgrade System.Runtime dependency for JIT tests to get GCHandle. Change system.runtime 4.0.20 to 4.1.0 rc2 dependency to try to copy the runtimes to CORE_ROOT. Fix new project.json files. Fix hardcoded Microsoft.DotNet.xunit.performance version. Upgrade System.Runtime.InteropServices to prerelease level to avoid type conflicts with System.Runtime. --- tests/src/CoreMangLib/cti/system/io/streamreader/project.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/src/CoreMangLib/cti/system/io/streamreader/project.json') diff --git a/tests/src/CoreMangLib/cti/system/io/streamreader/project.json b/tests/src/CoreMangLib/cti/system/io/streamreader/project.json index 623c871bb1..a2e84dc340 100644 --- a/tests/src/CoreMangLib/cti/system/io/streamreader/project.json +++ b/tests/src/CoreMangLib/cti/system/io/streamreader/project.json @@ -16,13 +16,14 @@ "System.Linq.Queryable": "4.0.1-rc2-23816", "System.Reflection": "4.0.10", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.20", + "System.Runtime": "4.1.0-rc2-23816", "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.InteropServices": "4.1.0-rc2-23816", "System.Runtime.Loader": "4.0.0-rc2-23816", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10", + "System.Threading.Thread": "4.0.0-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", -- cgit v1.2.3