diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2016-06-17 16:58:11 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2016-06-17 17:31:40 -0700 |
commit | 099cbf84aad8da27fba9ee7cb698d8e2d5c01fd1 (patch) | |
tree | 56204d4269353f6cd52e75948fd132c845b7f30e /src/csharp/Grpc.IntegrationTesting | |
parent | 39ec1cbd7aed31ad1ce95cd263dff5f28d15fe1a (diff) |
add debian.8-x64 to the list of runtimes
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting')
-rw-r--r-- | src/csharp/Grpc.IntegrationTesting/project.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting/project.json b/src/csharp/Grpc.IntegrationTesting/project.json index 8964dcc197..d5ac6f108b 100644 --- a/src/csharp/Grpc.IntegrationTesting/project.json +++ b/src/csharp/Grpc.IntegrationTesting/project.json @@ -44,6 +44,7 @@ } }, "runtimes": { - "win7-x64": { } + "win7-x64": { }, + "debian.8-x64": {} } } |