diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2016-06-29 12:03:32 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2016-06-29 12:03:32 -0700 |
commit | a9208befc639a5788534aa43d2ba74b3f16165be (patch) | |
tree | 158bf3fc35a4155ec77013e5da208228a25aefdd /src/csharp/Grpc.IntegrationTesting.StressClient/project.json | |
parent | 3f594c117d27ae5fba4e2f6bb054bb5590892863 (diff) |
regenerate
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting.StressClient/project.json')
-rw-r--r-- | src/csharp/Grpc.IntegrationTesting.StressClient/project.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting.StressClient/project.json b/src/csharp/Grpc.IntegrationTesting.StressClient/project.json index 827e5a8e0f..4a2846feea 100644 --- a/src/csharp/Grpc.IntegrationTesting.StressClient/project.json +++ b/src/csharp/Grpc.IntegrationTesting.StressClient/project.json @@ -9,6 +9,9 @@ "keyFile": "../keys/Grpc.snk", "publicSign": true, "xmlDoc": true, + "compile": { + "includeFiles": [ "../Grpc.Core/Version.cs" ] + }, "copyToOutput": { "include": "data/*", "mappings": { @@ -26,6 +29,9 @@ "keyFile": "../keys/Grpc.snk", "publicSign": true, "xmlDoc": true, + "compile": { + "includeFiles": [ "../Grpc.Core/Version.cs" ] + }, "copyToOutput": { "include": "data/*", "mappings": { |