summaryrefslogtreecommitdiff
path: root/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/project.json
diff options
context:
space:
mode:
authorRama Krishnan Raghupathy <ramarag@microsoft.com>2016-08-19 19:03:28 -0700
committerRama Krishnan Raghupathy <ramarag@microsoft.com>2016-08-23 16:37:38 -0700
commit513543505aaa43108d3a6fffc85dd0b81f91b23a (patch)
treee9591dc49b2a620ce93f8c94ada4be1c127294b8 /tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/project.json
parent3b8c43389488ce1c33c0909b72f3a5092abc4826 (diff)
downloadcoreclr-513543505aaa43108d3a6fffc85dd0b81f91b23a.tar.gz
coreclr-513543505aaa43108d3a6fffc85dd0b81f91b23a.tar.bz2
coreclr-513543505aaa43108d3a6fffc85dd0b81f91b23a.zip
Bulk moving Tests to use uber project.json
Diffstat (limited to 'tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/project.json')
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/project.json48
1 files changed, 0 insertions, 48 deletions
diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/project.json
deleted file mode 100644
index 373424221c..0000000000
--- a/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/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.Thread": "4.0.1-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": {}
- }
-}