summaryrefslogtreecommitdiff
path: root/tests/src/Interop/MarshalAPI/Miscellaneous/project.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/Interop/MarshalAPI/Miscellaneous/project.json')
-rw-r--r--tests/src/Interop/MarshalAPI/Miscellaneous/project.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/tests/src/Interop/MarshalAPI/Miscellaneous/project.json b/tests/src/Interop/MarshalAPI/Miscellaneous/project.json
index f1fce28499..fc8ccb4cc2 100644
--- a/tests/src/Interop/MarshalAPI/Miscellaneous/project.json
+++ b/tests/src/Interop/MarshalAPI/Miscellaneous/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Collections": "4.0.10",
"System.Collections.NonGeneric": "4.0.1-rc2-23816",
"System.Collections.Specialized": "4.0.1-rc2-23816",
@@ -31,5 +31,14 @@
},
"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": {}
}
}