aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting.Server
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-06-17 16:58:11 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-06-17 17:31:40 -0700
commit099cbf84aad8da27fba9ee7cb698d8e2d5c01fd1 (patch)
tree56204d4269353f6cd52e75948fd132c845b7f30e /src/csharp/Grpc.IntegrationTesting.Server
parent39ec1cbd7aed31ad1ce95cd263dff5f28d15fe1a (diff)
add debian.8-x64 to the list of runtimes
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting.Server')
-rw-r--r--src/csharp/Grpc.IntegrationTesting.Server/project.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting.Server/project.json b/src/csharp/Grpc.IntegrationTesting.Server/project.json
index d8e47b1169..fabf906a73 100644
--- a/src/csharp/Grpc.IntegrationTesting.Server/project.json
+++ b/src/csharp/Grpc.IntegrationTesting.Server/project.json
@@ -27,6 +27,7 @@
}
},
"runtimes": {
- "win7-x64": { }
+ "win7-x64": { },
+ "debian.8-x64": {}
}
}