aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
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 /templates
parentbc8495da7a6187ba75eab7dbf91f34214866d397 (diff)
upgrade C# to protobuf 3.6.0
Diffstat (limited to 'templates')
-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 398b198dbd..a950b1615d 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.5.1</GoogleProtobufVersion>
+ <GoogleProtobufVersion>3.6.0</GoogleProtobufVersion>
</PropertyGroup>
</Project>