diff options
Diffstat (limited to 'src/csharp/Grpc.Examples.MathServer/project.json')
-rw-r--r-- | src/csharp/Grpc.Examples.MathServer/project.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/csharp/Grpc.Examples.MathServer/project.json b/src/csharp/Grpc.Examples.MathServer/project.json index 764a335ddf..ad319478ab 100644 --- a/src/csharp/Grpc.Examples.MathServer/project.json +++ b/src/csharp/Grpc.Examples.MathServer/project.json @@ -42,6 +42,11 @@ } } }, + "runtimes": { + "win7-x64": { }, + "debian.8-x64": { }, + "osx.10.11-x64": { } + }, "dependencies": { "Grpc.Examples": { |