Skip to content

Commit 60b4e1e

Browse files
authored
Rev the gRPC/protobuf nuget package version (#209)
1 parent 61aabba commit 60b4e1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.Azure.Functions.PowerShellWorker.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Licensed under the MIT license. See LICENSE file in the project root for full li
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Grpc.Core" Version="1.19.0" />
23+
<PackageReference Include="Grpc.Core" Version="1.20.1" />
2424
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.2.0" />
2525
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
2626
<PackageReference Include="CommandLineParser" Version="2.3.0" />
27-
<PackageReference Include="Google.Protobuf" Version="3.6.1" />
27+
<PackageReference Include="Google.Protobuf" Version="3.7.0" />
2828
</ItemGroup>
2929

3030
<ItemGroup>

0 commit comments

Comments
 (0)