diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2017-03-03 10:19:01 +0100 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2017-03-03 10:19:01 +0100 |
commit | aa4abaa8cca03f2235fec8940832d32b2d4bcc66 (patch) | |
tree | 6846050d7266bb9f0627381cb757fdb12a494140 /src/csharp/Grpc.Examples | |
parent | ed7d06af3eef1c27f10328c73b3ae3ab10d72b10 (diff) |
fix Grpc.HealthCheck and Grpc.Reflection packages
Diffstat (limited to 'src/csharp/Grpc.Examples')
-rw-r--r-- | src/csharp/Grpc.Examples/project.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/csharp/Grpc.Examples/project.json b/src/csharp/Grpc.Examples/project.json index 21a730cb22..84254e897e 100644 --- a/src/csharp/Grpc.Examples/project.json +++ b/src/csharp/Grpc.Examples/project.json @@ -9,12 +9,7 @@ "Google.Protobuf": "3.0.0" }, "frameworks": { - "net45": { - "frameworkAssemblies": { - "System.Runtime": "", - "System.IO": "" - } - }, + "net45": {}, "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { |