diff options
author | David Garcia Quintas <dgq@google.com> | 2016-08-18 15:04:25 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-08-18 15:04:25 -0700 |
commit | 80763dd7c48f9fe9f0499f9a3d6c340b81d1acb7 (patch) | |
tree | 0696c8d9b1a5bbf20dc34070eb625bc97f915be9 /templates/src/csharp/Grpc.IntegrationTesting.StressClient/project.json.template | |
parent | 5b0e9462f0d40b171d50c03b29016c36588a3520 (diff) | |
parent | f4112fc06e126ae4adc4dce99d71d021ff36bf9a (diff) |
Merge branch 'master' of github.com:grpc/grpc into lb_add_md
Diffstat (limited to 'templates/src/csharp/Grpc.IntegrationTesting.StressClient/project.json.template')
-rw-r--r-- | templates/src/csharp/Grpc.IntegrationTesting.StressClient/project.json.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/src/csharp/Grpc.IntegrationTesting.StressClient/project.json.template b/templates/src/csharp/Grpc.IntegrationTesting.StressClient/project.json.template index af1ee42509..93151f2b89 100644 --- a/templates/src/csharp/Grpc.IntegrationTesting.StressClient/project.json.template +++ b/templates/src/csharp/Grpc.IntegrationTesting.StressClient/project.json.template @@ -1,7 +1,7 @@ %YAML 1.2 --- | { - <%include file="../build_options.include" args="executable=True,includeData=True,includeRuntimes=False"/> + <%include file="../build_options.include" args="executable=True,includeData=True"/> "dependencies": { "Grpc.IntegrationTesting": { "target": "project" |