summaryrefslogtreecommitdiff
path: root/tests/src/Interop/ICastable/project.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/Interop/ICastable/project.json')
-rw-r--r--tests/src/Interop/ICastable/project.json14
1 files changed, 11 insertions, 3 deletions
diff --git a/tests/src/Interop/ICastable/project.json b/tests/src/Interop/ICastable/project.json
index b04d32fae3..fc3f0262a9 100644
--- a/tests/src/Interop/ICastable/project.json
+++ b/tests/src/Interop/ICastable/project.json
@@ -1,7 +1,15 @@
-{
- "dependencies": {
- },
+{
+ "dependencies": {},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "ubuntu.14.04-x64": {},
+ "osx.10.10-x64": {},
+ "centos.7-x64": {},
+ "rhel.7-x64": {},
+ "debian.8.2-x64": {}
}
}