From 42d7ef8a4a4b8405fe8fa1ef6644adaedd41281a Mon Sep 17 00:00:00 2001 From: Francisco Gamino Date: Fri, 11 Feb 2022 12:45:19 -0800 Subject: [PATCH] Update Google.Protobuf to 3.19.4 and grpc.tools to 2.43.0 (#762) * Update grpc.tools to version 2.43.0 * Update Google.Protobuf.Tools to version 3.19.4 --- src/Microsoft.Azure.Functions.PowerShellWorker.csproj | 2 +- tools/helper.psm1 | 4 ++-- tools/protobuf.tools.csproj | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj index 1481a6d6..8b3dd359 100644 --- a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj +++ b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj @@ -23,7 +23,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li - + diff --git a/tools/helper.psm1 b/tools/helper.psm1 index ff6605da..16194123 100644 --- a/tools/helper.psm1 +++ b/tools/helper.psm1 @@ -21,8 +21,8 @@ $DotnetSDKVersionRequirements = @{ } } -$GrpcToolsVersion = '2.27.0' # grpc.tools -$GoogleProtobufToolsVersion = '3.11.4' # google.protobuf.tools +$GrpcToolsVersion = '2.43.0' # grpc.tools +$GoogleProtobufToolsVersion = '3.19.4' # google.protobuf.tools function AddLocalDotnetDirPath { $LocalDotnetDirPath = if ($IsWindowsEnv) { "$env:LocalAppData\Microsoft\dotnet" } else { "$env:HOME/.dotnet" } diff --git a/tools/protobuf.tools.csproj b/tools/protobuf.tools.csproj index f74bf36a..ffffb056 100644 --- a/tools/protobuf.tools.csproj +++ b/tools/protobuf.tools.csproj @@ -11,8 +11,8 @@ Licensed under the MIT license. See LICENSE file in the project root for full li - - + +