Skip to content

Commit bcbd022

Browse files
Update Google.Protobuf.Tools to version 3.19.4
1 parent ccb323a commit bcbd022

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Microsoft.Azure.Functions.PowerShellWorker.csproj

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $DotnetSDKVersionRequirements = @{
2323
}
2424

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

2828
function Find-Dotnet
2929
{

tools/protobuf.tools.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li
1212

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

1818
</Project>

0 commit comments

Comments
 (0)