diff options
author | David G. Quintas <dgq@google.com> | 2017-03-07 17:42:32 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-07 17:42:32 -0800 |
commit | 18f8acf617f1937e105f8b660385b41f736c1064 (patch) | |
tree | ed100cbf585d114e01ac8cf012bf6d446eee212b /src/csharp/Grpc.HealthCheck/project.json | |
parent | 2280306ec38e2c0df7cc8f2535af14dfab7b9ebc (diff) | |
parent | 78fd7db29f122a59ae5cbdf65d5ae90fc94b8787 (diff) |
Merge pull request #10004 from dgquintas/1.1.x_to_master_again
1.1.x to master again
Diffstat (limited to 'src/csharp/Grpc.HealthCheck/project.json')
-rw-r--r-- | src/csharp/Grpc.HealthCheck/project.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/csharp/Grpc.HealthCheck/project.json b/src/csharp/Grpc.HealthCheck/project.json index 7f0c7a09a9..9e9d245cae 100644 --- a/src/csharp/Grpc.HealthCheck/project.json +++ b/src/csharp/Grpc.HealthCheck/project.json @@ -25,12 +25,7 @@ "Google.Protobuf": "3.2.0" }, "frameworks": { - "net45": { - "frameworkAssemblies": { - "System.Runtime": "", - "System.IO": "" - } - }, + "net45": {}, "netstandard1.5": { "dependencies": { "NETStandard.Library": "1.6.0" |