aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Examples.MathServer
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2016-07-27 10:37:06 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2016-08-02 23:53:09 -0700
commit84f0f791e9802a44dae1424c29dde3c5a13a6538 (patch)
treecd2654298067e1bebded95d43e163a453179e924 /src/csharp/Grpc.Examples.MathServer
parent77008b0338cdbe6b6d2b8e56842cf0df1572cdd6 (diff)
removed runtime nodes from project.json libraries
Diffstat (limited to 'src/csharp/Grpc.Examples.MathServer')
-rw-r--r--src/csharp/Grpc.Examples.MathServer/project.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/csharp/Grpc.Examples.MathServer/project.json b/src/csharp/Grpc.Examples.MathServer/project.json
index ad319478ab..764a335ddf 100644
--- a/src/csharp/Grpc.Examples.MathServer/project.json
+++ b/src/csharp/Grpc.Examples.MathServer/project.json
@@ -42,11 +42,6 @@
}
}
},
- "runtimes": {
- "win7-x64": { },
- "debian.8-x64": { },
- "osx.10.11-x64": { }
- },
"dependencies": {
"Grpc.Examples": {