Skip to content

Commit fc65887

Browse files
committed
Fixed package name
1 parent 6325d0d commit fc65887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Azure.Functions.PowerShellWorker.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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="2.42.0" />
23+
<PackageReference Include="Grpc.Net.Client" Version="2.42.0" />
2424
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.9" />
2525
<PackageReference Include="CommandLineParser" Version="2.3.0" />
2626
<PackageReference Include="Google.Protobuf" Version="3.19.4" />

0 commit comments

Comments
 (0)