diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2016-09-05 16:33:46 +0200 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2016-09-05 18:14:26 +0200 |
commit | b9a6f792410a0d245a10eafe2bcc734e2e9dbd26 (patch) | |
tree | 11d6687e20d7ddb305162e8ca164b7cd1378a580 /templates/src/csharp/Grpc.HealthCheck | |
parent | 350458f714433c82328ee805a3fc1e45fbd168d3 (diff) |
cleanup of project.json files
Diffstat (limited to 'templates/src/csharp/Grpc.HealthCheck')
-rw-r--r-- | templates/src/csharp/Grpc.HealthCheck/project.json.template | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/src/csharp/Grpc.HealthCheck/project.json.template b/templates/src/csharp/Grpc.HealthCheck/project.json.template index 2bd8481d4a..46307dda00 100644 --- a/templates/src/csharp/Grpc.HealthCheck/project.json.template +++ b/templates/src/csharp/Grpc.HealthCheck/project.json.template @@ -35,9 +35,6 @@ } }, "netstandard1.5": { - "imports": [ - "portable-net45" - ], "dependencies": { "NETStandard.Library": "1.6.0" } |