Closed DrGriff closed 2 days ago
@DrGriff you can pin to higher versions of gRPC package yourself by adding these lines to your project:
<PackageReference Include="Grpc.Net.ClientFactory" Version="..." />
Additionally, we have updated these references in the 2.0 versions of our packages.
Description
I have an Azure Function with the following NuGet packages:
When I compile I get the following warning:
I tracked this down to the
Microsoft.Azure.Functions.Worker
package (1.23.0) having a dependency onMicrosoft.Azure.Functions.Worker.Grpc
(>= 1.17.0) that in turn has references to:As per the warning message, could these be updated to latest (or at least 2.64.0).
Steps to reproduce
Apply the relevant NuGet packages to a .NET 8 Azure Function in Visual Studio, compile and see the warning.