Skip to content

Commit

Permalink
Update grpc.tools to version 2.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco-Gamino committed Feb 11, 2022
1 parent 6c03e45 commit ccb323a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/helper.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $DotnetSDKVersionRequirements = @{
}
}

$GrpcToolsVersion = '2.27.0' # grpc.tools
$GrpcToolsVersion = '2.43.0' # grpc.tools
$GoogleProtobufToolsVersion = '3.11.4' # google.protobuf.tools

function Find-Dotnet
Expand Down
2 changes: 1 addition & 1 deletion tools/protobuf.tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Grpc.Tools" Version="2.27.0" />
<PackageReference Include="Grpc.Tools" Version="2.43.0" />
<PackageReference Include="Google.Protobuf.Tools" Version="3.11.4" />
</ItemGroup>

Expand Down

0 comments on commit ccb323a

Please sign in to comment.