Skip to content

Commit ccb323a

Browse files
Update grpc.tools to version 2.43.0
1 parent 6c03e45 commit ccb323a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/helper.psm1

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

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

2828
function Find-Dotnet

tools/protobuf.tools.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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" />
14+
<PackageReference Include="Grpc.Tools" Version="2.43.0" />
1515
<PackageReference Include="Google.Protobuf.Tools" Version="3.11.4" />
1616
</ItemGroup>
1717

0 commit comments

Comments
 (0)