aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src
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 /templates/src
parentfa2961abd8db4220b8a60cf011e516953ebacd69 (diff)
C#: upgrade protobuf nugets to v3.6.1
Diffstat (limited to 'templates/src')
-rwxr-xr-xtemplates/src/csharp/Grpc.Core/Version.csproj.include.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/src/csharp/Grpc.Core/Version.csproj.include.template b/templates/src/csharp/Grpc.Core/Version.csproj.include.template
index a950b1615d..0ec0a08c49 100755
--- a/templates/src/csharp/Grpc.Core/Version.csproj.include.template
+++ b/templates/src/csharp/Grpc.Core/Version.csproj.include.template
@@ -4,6 +4,6 @@
<Project>
<PropertyGroup>
<GrpcCsharpVersion>${settings.csharp_version}</GrpcCsharpVersion>
- <GoogleProtobufVersion>3.6.0</GoogleProtobufVersion>
+ <GoogleProtobufVersion>3.6.1</GoogleProtobufVersion>
</PropertyGroup>
</Project>