aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting.Server
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 /src/csharp/Grpc.IntegrationTesting.Server
parentb9a6f792410a0d245a10eafe2bcc734e2e9dbd26 (diff)
upgrade Moq to version that supports netstandard1.3
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting.Server')
-rw-r--r--src/csharp/Grpc.IntegrationTesting.Server/project.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting.Server/project.json b/src/csharp/Grpc.IntegrationTesting.Server/project.json
index 287950720f..e54b5bd296 100644
--- a/src/csharp/Grpc.IntegrationTesting.Server/project.json
+++ b/src/csharp/Grpc.IntegrationTesting.Server/project.json
@@ -59,8 +59,7 @@
"net45": { },
"netcoreapp1.0": {
"imports": [
- "portable-net45",
- "net45"
+ "portable-net45"
],
"dependencies": {
"Microsoft.NETCore.App": "1.0.0",