summaryrefslogtreecommitdiff
path: root/tests/src/Common/Coreclr.TestWrapper
diff options
context:
space:
mode:
authorRama Krishnan Raghupathy <ramarag@microsoft.com>2016-08-23 18:31:26 -0700
committerRama Krishnan Raghupathy <ramarag@microsoft.com>2016-08-23 18:31:26 -0700
commit71dd695faef9e6d310a2df612cb51462dfeefc98 (patch)
tree2a9b41016cdc6fcc1cf10605ca68b4f7486fbe55 /tests/src/Common/Coreclr.TestWrapper
parent5537ed53eeedc0176b973787944512ebdd1f4ebc (diff)
downloadcoreclr-71dd695faef9e6d310a2df612cb51462dfeefc98.tar.gz
coreclr-71dd695faef9e6d310a2df612cb51462dfeefc98.tar.bz2
coreclr-71dd695faef9e6d310a2df612cb51462dfeefc98.zip
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 <ReferenceLocalMscorlib>true</ReferenceLocalMscorlib> to your project
Diffstat (limited to 'tests/src/Common/Coreclr.TestWrapper')
-rw-r--r--tests/src/Common/Coreclr.TestWrapper/project.json48
1 files changed, 0 insertions, 48 deletions
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": {}
- }
-}