We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e189677 commit 4803152Copy full SHA for 4803152
src/Microsoft.Azure.Functions.PowerShellWorker.csproj
@@ -20,7 +20,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li
20
</PropertyGroup>
21
22
<ItemGroup>
23
- <PackageReference Include="Grpc.Core" Version="2.27.0" />
+ <PackageReference Include="Grpc.Net.Client" Version="2.42.0" />
24
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.1" />
25
<PackageReference Include="CommandLineParser" Version="2.3.0" />
26
<PackageReference Include="Google.Protobuf" Version="3.19.4" />
0 commit comments