aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting.QpsWorker
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-09-07 22:48:41 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-09-08 15:53:23 +0200
commit08ac1d4b5a93c9ff14ee37de6c35b6b729ccffec (patch)
treeade7c0a3081747392b0e6165aa59fd839de48c4c /src/csharp/Grpc.IntegrationTesting.QpsWorker
parent47b2961638328d29577361c3cb4dec5ab5bab537 (diff)
dont enumerate runtimes in project.json file
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting.QpsWorker')
-rw-r--r--src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json b/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
index e54b5bd296..81faee63dc 100644
--- a/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
+++ b/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
@@ -44,11 +44,6 @@
}
}
},
- "runtimes": {
- "win7-x64": { },
- "debian.8-x64": { },
- "osx.10.11-x64": { }
- },
"dependencies": {
"Grpc.IntegrationTesting": {
@@ -62,8 +57,10 @@
"portable-net45"
],
"dependencies": {
- "Microsoft.NETCore.App": "1.0.0",
- "NETStandard.Library": "1.6.0"
+ "Microsoft.NETCore.App": {
+ "type": "platform",
+ "version": "1.0.0"
+ }
}
}
}