diff options
author | Alexander Polcyn <apolcyn@google.com> | 2016-08-09 11:40:05 -0700 |
---|---|---|
committer | Alexander Polcyn <apolcyn@google.com> | 2016-08-09 13:10:53 -0700 |
commit | 6bfe7dadf71ce6637adef1adc990a653849f56c1 (patch) | |
tree | f24bba614eb492183630e6014de94136d0903da9 /templates/src/csharp/Grpc.Examples.MathServer | |
parent | 10776b99cfa17dceae79f2e96d6b694b3d636db2 (diff) |
add all runtime nodes back into testing packages
Diffstat (limited to 'templates/src/csharp/Grpc.Examples.MathServer')
-rw-r--r-- | templates/src/csharp/Grpc.Examples.MathServer/project.json.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/src/csharp/Grpc.Examples.MathServer/project.json.template b/templates/src/csharp/Grpc.Examples.MathServer/project.json.template index 51c5e85c66..67151dbcfa 100644 --- a/templates/src/csharp/Grpc.Examples.MathServer/project.json.template +++ b/templates/src/csharp/Grpc.Examples.MathServer/project.json.template @@ -1,7 +1,7 @@ %YAML 1.2 --- | { - <%include file="../build_options.include" args="executable=True,includeRuntimes=False"/> + <%include file="../build_options.include" args="executable=True"/> "dependencies": { "Grpc.Examples": { "target": "project" |