aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-08-10 22:28:55 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-08-10 22:28:55 +0200
commit537503dc1a08171271f012d9b48770975d2abd1b (patch)
tree2a0c99f367c4cccfc9420be6103681101a8dfbb5 /src/csharp
parentfa2961abd8db4220b8a60cf011e516953ebacd69 (diff)
C#: upgrade protobuf nugets to v3.6.1
Diffstat (limited to 'src/csharp')
-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 6b0731eb40..45bd8ebd85 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.6.0</GoogleProtobufVersion>
+ <GoogleProtobufVersion>3.6.1</GoogleProtobufVersion>
</PropertyGroup>
</Project>