From 71dd695faef9e6d310a2df612cb51462dfeefc98 Mon Sep 17 00:00:00 2001 From: Rama Krishnan Raghupathy Date: Tue, 23 Aug 2016 18:31:26 -0700 Subject: Infra changes to unify the tests to be built against a common project.json. 1. tests\src\Common\test_dependencies\project.json - To consume corefx and other nuget feeds 2. tests\src\Common\empty\project.json - To build against the mscorlib facade,to use this just Add true to your project --- tests/src/Common/Coreclr.TestWrapper/project.json | 48 ----------------------- 1 file changed, 48 deletions(-) delete mode 100644 tests/src/Common/Coreclr.TestWrapper/project.json (limited to 'tests/src/Common/Coreclr.TestWrapper') diff --git a/tests/src/Common/Coreclr.TestWrapper/project.json b/tests/src/Common/Coreclr.TestWrapper/project.json deleted file mode 100644 index 8168aa2dd1..0000000000 --- a/tests/src/Common/Coreclr.TestWrapper/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Tasks": "4.0.12-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} -- cgit v1.2.3