aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-06-15 09:52:57 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-06-15 09:52:57 -0700
commitae7b048de4c6b8691dcd89b1a4442aa08ce3392d (patch)
tree6986dff3f0cc0f939be2d671b3f9a56a413183be /src/csharp/Grpc.IntegrationTesting
parent5ff32fa9fde85d664b60b0a9ff4d0799e2e0a2b3 (diff)
upgrade protobuf to 3.0.0-beta3 in project.json files
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting')
-rw-r--r--src/csharp/Grpc.IntegrationTesting/project.json2
1 files changed, 1 insertions, 1 deletions
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",