aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Examples/project.json
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-08-09 11:10:26 -0700
committerGravatar GitHub <noreply@github.com>2016-08-09 11:10:26 -0700
commit10776b99cfa17dceae79f2e96d6b694b3d636db2 (patch)
treeccc1f602d9d2ec4c09b45a0255f81bc42f0cd699 /src/csharp/Grpc.Examples/project.json
parentaa0ac6979488e60decf556bc827ab9712882f4a7 (diff)
parentb561102794ed4a779313e03512d5f79788fe185f (diff)
Merge pull request #7623 from apolcyn/sys_inter_with_nuget
Updating Ix-Async to System Interactive and nuget
Diffstat (limited to 'src/csharp/Grpc.Examples/project.json')
-rw-r--r--src/csharp/Grpc.Examples/project.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/csharp/Grpc.Examples/project.json b/src/csharp/Grpc.Examples/project.json
index 48ec530abb..5329f390e4 100644
--- a/src/csharp/Grpc.Examples/project.json
+++ b/src/csharp/Grpc.Examples/project.json
@@ -1,6 +1,11 @@
{
"buildOptions": {
},
+ "runtimes": {
+ "win7-x64": { },
+ "debian.8-x64": { },
+ "osx.10.11-x64": { }
+ },
"dependencies": {
"Grpc.Core": {