aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Examples.MathClient
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2016-08-09 11:40:05 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2016-08-09 13:10:53 -0700
commit6bfe7dadf71ce6637adef1adc990a653849f56c1 (patch)
treef24bba614eb492183630e6014de94136d0903da9 /src/csharp/Grpc.Examples.MathClient
parent10776b99cfa17dceae79f2e96d6b694b3d636db2 (diff)
add all runtime nodes back into testing packages
Diffstat (limited to 'src/csharp/Grpc.Examples.MathClient')
-rw-r--r--src/csharp/Grpc.Examples.MathClient/project.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/csharp/Grpc.Examples.MathClient/project.json b/src/csharp/Grpc.Examples.MathClient/project.json
index 764a335ddf..ad319478ab 100644
--- a/src/csharp/Grpc.Examples.MathClient/project.json
+++ b/src/csharp/Grpc.Examples.MathClient/project.json
@@ -42,6 +42,11 @@
}
}
},
+ "runtimes": {
+ "win7-x64": { },
+ "debian.8-x64": { },
+ "osx.10.11-x64": { }
+ },
"dependencies": {
"Grpc.Examples": {