summaryrefslogtreecommitdiff
path: root/tests/src/Interop/NativeCallable/project.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/Interop/NativeCallable/project.json')
-rw-r--r--tests/src/Interop/NativeCallable/project.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/src/Interop/NativeCallable/project.json b/tests/src/Interop/NativeCallable/project.json
index 62f3545a41..9b1e4b85ce 100644
--- a/tests/src/Interop/NativeCallable/project.json
+++ b/tests/src/Interop/NativeCallable/project.json
@@ -1,7 +1,12 @@
{
- "dependencies": {},
+ "dependencies": {
+ "test_runtime": {
+ "target": "project",
+ "exclude": "compile"
+ }
+ },
"frameworks": {
- "dnxcore50": {}
+ "netcoreapp1.0": {}
},
"runtimes": {
"win7-x86": {},