aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-07-02 17:49:01 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-08-07 14:28:40 +0200
commit5e56966b1be9d6eb825de77fc9711c4c49123b81 (patch)
tree6fa0a4a118f72c905ba527a362079ada98ea67fd /src/csharp/Grpc.Core
parentbc8495da7a6187ba75eab7dbf91f34214866d397 (diff)
upgrade C# to protobuf 3.6.0
Diffstat (limited to 'src/csharp/Grpc.Core')
-rwxr-xr-xsrc/csharp/Grpc.Core/Version.csproj.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/Grpc.Core/Version.csproj.include b/src/csharp/Grpc.Core/Version.csproj.include
index 1a746acdd4..6b0731eb40 100755
--- a/src/csharp/Grpc.Core/Version.csproj.include
+++ b/src/csharp/Grpc.Core/Version.csproj.include
@@ -2,6 +2,6 @@
<Project>
<PropertyGroup>
<GrpcCsharpVersion>1.15.0-dev</GrpcCsharpVersion>
- <GoogleProtobufVersion>3.5.1</GoogleProtobufVersion>
+ <GoogleProtobufVersion>3.6.0</GoogleProtobufVersion>
</PropertyGroup>
</Project>