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