Skip to content

Commit e189677

Browse files
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
1 parent a212ae4 commit e189677

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/Microsoft.Azure.Functions.PowerShellWorker.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li
2323
<PackageReference Include="Grpc.Core" Version="2.27.0" />
2424
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.1" />
2525
<PackageReference Include="CommandLineParser" Version="2.3.0" />
26-
<PackageReference Include="Google.Protobuf" Version="3.11.4" />
26+
<PackageReference Include="Google.Protobuf" Version="3.19.4" />
2727
</ItemGroup>
2828

2929
<ItemGroup>

tools/helper.psm1

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ $DotnetSDKVersionRequirements = @{
2222
}
2323
}
2424

25-
$GrpcToolsVersion = '2.27.0' # grpc.tools
26-
$GoogleProtobufToolsVersion = '3.11.4' # google.protobuf.tools
25+
$GrpcToolsVersion = '2.43.0' # grpc.tools
26+
$GoogleProtobufToolsVersion = '3.19.4' # google.protobuf.tools
2727

2828
function Find-Dotnet
2929
{

tools/protobuf.tools.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Licensed under the MIT license. See LICENSE file in the project root for full li
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Grpc.Tools" Version="2.27.0" />
15-
<PackageReference Include="Google.Protobuf.Tools" Version="3.11.4" />
14+
<PackageReference Include="Grpc.Tools" Version="2.43.0" />
15+
<PackageReference Include="Google.Protobuf.Tools" Version="3.19.4" />
1616
</ItemGroup>
1717

1818
</Project>

0 commit comments

Comments
 (0)