aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/csharp/Grpc.Core.Tests/project.json3
-rw-r--r--src/csharp/Grpc.Examples.MathClient/project.json3
-rw-r--r--src/csharp/Grpc.Examples.MathServer/project.json3
-rw-r--r--src/csharp/Grpc.Examples.Tests/project.json3
-rw-r--r--src/csharp/Grpc.HealthCheck.Tests/project.json3
-rw-r--r--src/csharp/Grpc.IntegrationTesting.Client/project.json3
-rw-r--r--src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json3
-rw-r--r--src/csharp/Grpc.IntegrationTesting.Server/project.json3
-rw-r--r--src/csharp/Grpc.IntegrationTesting.StressClient/project.json3
-rw-r--r--src/csharp/Grpc.IntegrationTesting/project.json3
10 files changed, 20 insertions, 10 deletions
diff --git a/src/csharp/Grpc.Core.Tests/project.json b/src/csharp/Grpc.Core.Tests/project.json
index 13705a2222..a59e6390d9 100644
--- a/src/csharp/Grpc.Core.Tests/project.json
+++ b/src/csharp/Grpc.Core.Tests/project.json
@@ -29,6 +29,7 @@
}
},
"runtimes": {
- "win7-x64": { }
+ "win7-x64": { },
+ "debian.8-x64": {}
}
}
diff --git a/src/csharp/Grpc.Examples.MathClient/project.json b/src/csharp/Grpc.Examples.MathClient/project.json
index be9e123ff8..9c070c76ba 100644
--- a/src/csharp/Grpc.Examples.MathClient/project.json
+++ b/src/csharp/Grpc.Examples.MathClient/project.json
@@ -26,6 +26,7 @@
}
},
"runtimes": {
- "win7-x64": { }
+ "win7-x64": { },
+ "debian.8-x64": {}
}
}
diff --git a/src/csharp/Grpc.Examples.MathServer/project.json b/src/csharp/Grpc.Examples.MathServer/project.json
index be9e123ff8..9c070c76ba 100644
--- a/src/csharp/Grpc.Examples.MathServer/project.json
+++ b/src/csharp/Grpc.Examples.MathServer/project.json
@@ -26,6 +26,7 @@
}
},
"runtimes": {
- "win7-x64": { }
+ "win7-x64": { },
+ "debian.8-x64": {}
}
}
diff --git a/src/csharp/Grpc.Examples.Tests/project.json b/src/csharp/Grpc.Examples.Tests/project.json
index 86f06a5aa9..7dd938cfb1 100644
--- a/src/csharp/Grpc.Examples.Tests/project.json
+++ b/src/csharp/Grpc.Examples.Tests/project.json
@@ -28,6 +28,7 @@
}
},
"runtimes": {
- "win7-x64": { }
+ "win7-x64": { },
+ "debian.8-x64": {}
}
}
diff --git a/src/csharp/Grpc.HealthCheck.Tests/project.json b/src/csharp/Grpc.HealthCheck.Tests/project.json
index 9b28d2b4ba..be2b3a0459 100644
--- a/src/csharp/Grpc.HealthCheck.Tests/project.json
+++ b/src/csharp/Grpc.HealthCheck.Tests/project.json
@@ -28,6 +28,7 @@
}
},
"runtimes": {
- "win7-x64": { }
+ "win7-x64": { },
+ "debian.8-x64": {}
}
}
diff --git a/src/csharp/Grpc.IntegrationTesting.Client/project.json b/src/csharp/Grpc.IntegrationTesting.Client/project.json
index d8e47b1169..fabf906a73 100644
--- a/src/csharp/Grpc.IntegrationTesting.Client/project.json
+++ b/src/csharp/Grpc.IntegrationTesting.Client/project.json
@@ -27,6 +27,7 @@
}
},
"runtimes": {
- "win7-x64": { }
+ "win7-x64": { },
+ "debian.8-x64": {}
}
}
diff --git a/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json b/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
index d8e47b1169..fabf906a73 100644
--- a/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
+++ b/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
@@ -27,6 +27,7 @@
}
},
"runtimes": {
- "win7-x64": { }
+ "win7-x64": { },
+ "debian.8-x64": {}
}
}
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": {}
}
}
diff --git a/src/csharp/Grpc.IntegrationTesting.StressClient/project.json b/src/csharp/Grpc.IntegrationTesting.StressClient/project.json
index d8e47b1169..fabf906a73 100644
--- a/src/csharp/Grpc.IntegrationTesting.StressClient/project.json
+++ b/src/csharp/Grpc.IntegrationTesting.StressClient/project.json
@@ -27,6 +27,7 @@
}
},
"runtimes": {
- "win7-x64": { }
+ "win7-x64": { },
+ "debian.8-x64": {}
}
}
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": {}
}
}