aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Examples.MathClient
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-09-05 16:33:46 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-09-15 18:18:22 +0200
commit67b6ef4d6febe0a339aa60fc29521cd7731ed73e (patch)
tree58f8b42f1aad747af3f4a466c3dbf295c4388e49 /src/csharp/Grpc.Examples.MathClient
parentff6c2ad05455dc96c282ef3928bc7e60ca3aa215 (diff)
cleanup of project.json files
Diffstat (limited to 'src/csharp/Grpc.Examples.MathClient')
-rw-r--r--src/csharp/Grpc.Examples.MathClient/project.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/csharp/Grpc.Examples.MathClient/project.json b/src/csharp/Grpc.Examples.MathClient/project.json
index ad319478ab..c0725a1468 100644
--- a/src/csharp/Grpc.Examples.MathClient/project.json
+++ b/src/csharp/Grpc.Examples.MathClient/project.json
@@ -56,9 +56,6 @@
"frameworks": {
"net45": { },
"netcoreapp1.0": {
- "imports": [
- "portable-net45"
- ],
"dependencies": {
"Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0"