aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.HealthCheck
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-06-20 15:54:27 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-06-20 16:24:08 -0700
commit74330130a3becaced929b2502fdea72bc5589314 (patch)
tree4e8e347cd4c28ec54ba00676b2b5c133497c4b56 /src/csharp/Grpc.HealthCheck
parentbc98af18fabd94fbc6673dc021fdc45b20432028 (diff)
improve project.json files
Diffstat (limited to 'src/csharp/Grpc.HealthCheck')
-rw-r--r--src/csharp/Grpc.HealthCheck/project.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/csharp/Grpc.HealthCheck/project.json b/src/csharp/Grpc.HealthCheck/project.json
index c69db5f997..e9fdfad473 100644
--- a/src/csharp/Grpc.HealthCheck/project.json
+++ b/src/csharp/Grpc.HealthCheck/project.json
@@ -12,9 +12,6 @@
"requireLicenseAcceptance": false,
"tags": [ "gRPC health check" ]
},
- "buildOptions": {
- "compile": "**/*.cs"
- },
"dependencies": {
"Grpc.Core": "0.14.0-anexperiment",
"Google.Protobuf": "3.0.0-beta3"