From ae7b048de4c6b8691dcd89b1a4442aa08ce3392d Mon Sep 17 00:00:00 2001
From: Jan Tattermusch <jtattermusch@google.com>
Date: Wed, 15 Jun 2016 09:52:57 -0700
Subject: [PATCH] upgrade protobuf to 3.0.0-beta3 in project.json files

---
 src/csharp/Grpc.Examples/project.json           | 2 +-
 src/csharp/Grpc.HealthCheck/project.json        | 2 +-
 src/csharp/Grpc.IntegrationTesting/project.json | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/csharp/Grpc.Examples/project.json b/src/csharp/Grpc.Examples/project.json
index c78de89cf8..f259459a71 100644
--- a/src/csharp/Grpc.Examples/project.json
+++ b/src/csharp/Grpc.Examples/project.json
@@ -5,7 +5,7 @@
 
   "dependencies": {
     "Grpc.Core": "0.0.1",
-    "Google.Protobuf": "3.0.0-beta2"
+    "Google.Protobuf": "3.0.0-beta3"
   },
   "frameworks": {
     "net45": { },
diff --git a/src/csharp/Grpc.HealthCheck/project.json b/src/csharp/Grpc.HealthCheck/project.json
index 0984d43dec..220224819f 100644
--- a/src/csharp/Grpc.HealthCheck/project.json
+++ b/src/csharp/Grpc.HealthCheck/project.json
@@ -16,7 +16,7 @@
 
   "dependencies": {
     "Grpc.Core": "0.14.0-anexperiment",
-    "Google.Protobuf": "3.0.0-beta2"
+    "Google.Protobuf": "3.0.0-beta3"
   },
   "frameworks": {
     "net45": { },
diff --git a/src/csharp/Grpc.IntegrationTesting/project.json b/src/csharp/Grpc.IntegrationTesting/project.json
index f2cda96e7b..93cabf21bc 100644
--- a/src/csharp/Grpc.IntegrationTesting/project.json
+++ b/src/csharp/Grpc.IntegrationTesting/project.json
@@ -9,7 +9,7 @@
   "dependencies": {
     "Grpc.Auth": "0.0.1",
     "Grpc.Core": "0.0.1",
-    "Google.Protobuf": "3.0.0-beta2",
+    "Google.Protobuf": "3.0.0-beta3",
     "CommandLineParser": "1.9.71",
     "Moq": "4.2.1510.2205",
     "NUnit": "3.2.0",
-- 
GitLab