diff options
author | Craig Tiller <ctiller@google.com> | 2017-03-10 14:14:57 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-03-10 14:14:57 -0800 |
commit | a2d11d7bb48551d93445e50b21d7e15adad5baaf (patch) | |
tree | f1b52645007a755ade7011ab2b4df4a39a999e23 /templates/src/csharp/Grpc.Examples/project.json.template | |
parent | ab314ee9a6dd633c9e5d5e8bf2e91cb14c4f40a7 (diff) | |
parent | 169c553e0d2f461e57af01958fcede2e3276f6d5 (diff) |
Merge github.com:grpc/grpc into poll-wakeup
Diffstat (limited to 'templates/src/csharp/Grpc.Examples/project.json.template')
-rw-r--r-- | templates/src/csharp/Grpc.Examples/project.json.template | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/templates/src/csharp/Grpc.Examples/project.json.template b/templates/src/csharp/Grpc.Examples/project.json.template index b8a8314de1..5de965cb1b 100644 --- a/templates/src/csharp/Grpc.Examples/project.json.template +++ b/templates/src/csharp/Grpc.Examples/project.json.template @@ -6,15 +6,10 @@ "Grpc.Core": { "target": "project" }, - "Google.Protobuf": "3.0.0" + "Google.Protobuf": "3.2.0" }, "frameworks": { - "net45": { - "frameworkAssemblies": { - "System.Runtime": "", - "System.IO": "" - } - }, + "net45": {}, "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { |