aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json')
-rw-r--r--src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json19
1 files changed, 17 insertions, 2 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json b/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
index 6ad74d5998..a5a87f9882 100644
--- a/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
+++ b/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
@@ -10,9 +10,24 @@
"emitEntryPoint": true
},
"dependencies": {
- "Grpc.IntegrationTesting": "1.0.0"
+ "Grpc.IntegrationTesting": {
+ "version": "1.0.0",
+ "taget": "project"
+ }
},
"frameworks": {
- "net45": { }
+ "net45": { },
+ "netstandard1.5": {
+ "imports": [
+ "portable-net45",
+ "net45"
+ ],
+ "dependencies": {
+ "NETStandard.Library": "1.5.0-rc2-24027"
+ }
+ }
+ },
+ "runtimes": {
+ "win7-x64": { }
}
}