We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c03e45 commit ccb323aCopy full SHA for ccb323a
tools/helper.psm1
@@ -22,7 +22,7 @@ $DotnetSDKVersionRequirements = @{
22
}
23
24
25
-$GrpcToolsVersion = '2.27.0' # grpc.tools
+$GrpcToolsVersion = '2.43.0' # grpc.tools
26
$GoogleProtobufToolsVersion = '3.11.4' # google.protobuf.tools
27
28
function Find-Dotnet
tools/protobuf.tools.csproj
@@ -11,7 +11,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li
11
</PropertyGroup>
12
13
<ItemGroup>
14
- <PackageReference Include="Grpc.Tools" Version="2.27.0" />
+ <PackageReference Include="Grpc.Tools" Version="2.43.0" />
15
<PackageReference Include="Google.Protobuf.Tools" Version="3.11.4" />
16
</ItemGroup>
17
0 commit comments