aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.HealthCheck
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2017-03-03 10:19:01 +0100
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-03-03 10:19:01 +0100
commitaa4abaa8cca03f2235fec8940832d32b2d4bcc66 (patch)
tree6846050d7266bb9f0627381cb757fdb12a494140 /src/csharp/Grpc.HealthCheck
parented7d06af3eef1c27f10328c73b3ae3ab10d72b10 (diff)
fix Grpc.HealthCheck and Grpc.Reflection packages
Diffstat (limited to 'src/csharp/Grpc.HealthCheck')
-rw-r--r--src/csharp/Grpc.HealthCheck/project.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/csharp/Grpc.HealthCheck/project.json b/src/csharp/Grpc.HealthCheck/project.json
index 608d645413..ce72395a9f 100644
--- a/src/csharp/Grpc.HealthCheck/project.json
+++ b/src/csharp/Grpc.HealthCheck/project.json
@@ -25,12 +25,7 @@
"Google.Protobuf": "3.0.0"
},
"frameworks": {
- "net45": {
- "frameworkAssemblies": {
- "System.Runtime": "",
- "System.IO": ""
- }
- },
+ "net45": {},
"netstandard1.5": {
"dependencies": {
"NETStandard.Library": "1.6.0"