diff options
author | Mehrdad Afshari <mmx@google.com> | 2018-04-19 02:07:59 -0400 |
---|---|---|
committer | Mehrdad Afshari <mmx@google.com> | 2018-04-19 02:07:59 -0400 |
commit | 8e9baf35bd63612c76376018dae40c59e8eb380a (patch) | |
tree | d329f65b976a7a21527f38ca40b03221b223eac7 /templates/src | |
parent | 8a2c6010eec19ad88a838deafe37aa1d8841403a (diff) |
Bump protobuf runtime dependency versions
Diffstat (limited to 'templates/src')
-rwxr-xr-x | templates/src/csharp/Grpc.Core/Version.csproj.include.template | 2 |
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 5bc66e911b..398b198dbd 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.3.0</GoogleProtobufVersion> + <GoogleProtobufVersion>3.5.1</GoogleProtobufVersion> </PropertyGroup> </Project> |