aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json.template
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-09-05 17:26:49 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-09-05 18:14:27 +0200
commit06aff11d39df3f8f71fe30dd8c0048c1ddbd9abc (patch)
tree010d83669f5475f94aa374f1e466032d242c5373 /templates/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json.template
parentb9a6f792410a0d245a10eafe2bcc734e2e9dbd26 (diff)
upgrade Moq to version that supports netstandard1.3
Diffstat (limited to 'templates/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json.template')
-rw-r--r--templates/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json.template3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json.template b/templates/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json.template
index 93151f2b89..40300407ba 100644
--- a/templates/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json.template
+++ b/templates/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json.template
@@ -11,8 +11,7 @@
"net45": { },
"netcoreapp1.0": {
"imports": [
- "portable-net45",
- "net45"
+ "portable-net45"
],
"dependencies": {
"Microsoft.NETCore.App": "1.0.0",