aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/csharp/Grpc.Examples
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-09-05 15:51:34 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-09-05 15:51:34 +0200
commitd059de7c557526939c9a31967cfecdd6f2217169 (patch)
treeabf66c5faadfb653aecabfd59d60d39867afbbe4 /templates/src/csharp/Grpc.Examples
parent9ed40989251261c8fd5d4e47b09823873ca18827 (diff)
update Protobuf to 3.0.0 in project.json projects
Diffstat (limited to 'templates/src/csharp/Grpc.Examples')
-rw-r--r--templates/src/csharp/Grpc.Examples/project.json.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/src/csharp/Grpc.Examples/project.json.template b/templates/src/csharp/Grpc.Examples/project.json.template
index 117f842e01..ac532fa914 100644
--- a/templates/src/csharp/Grpc.Examples/project.json.template
+++ b/templates/src/csharp/Grpc.Examples/project.json.template
@@ -6,7 +6,7 @@
"Grpc.Core": {
"target": "project"
},
- "Google.Protobuf": "3.0.0-beta3"
+ "Google.Protobuf": "3.0.0"
},
"frameworks": {
"net45": {