aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Conformance/project.json
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/src/Google.Protobuf.Conformance/project.json')
-rw-r--r--csharp/src/Google.Protobuf.Conformance/project.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/csharp/src/Google.Protobuf.Conformance/project.json b/csharp/src/Google.Protobuf.Conformance/project.json
index 84b23c45..4cf05231 100644
--- a/csharp/src/Google.Protobuf.Conformance/project.json
+++ b/csharp/src/Google.Protobuf.Conformance/project.json
@@ -4,10 +4,12 @@
"emitEntryPoint": true
},
"dependencies": {
- "Google.Protobuf": { "target": "project" }
+ "Google.Protobuf": { "target": "project" },
+ "Google.Protobuf.Test": { "target": "project" }
},
"frameworks": {
"netcoreapp1.0": {
+ "imports": [ "dnxcore50", "netcoreapp1.0", "portable-net45+win8" ],
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",