grpc/grpc-dotnet

Where are all the Grpc.StatusProto versions?

Closed this issue · 3 comments

Getting warnings in my build that some Grpc.StatusProto versions cannot be found, looks like it only goes back to 2.61.0 what's going on?

https://www.nuget.org/packages/Grpc.StatusProto/

Getting warnings like these,

warning NU1603: ... depends on Grpc.StatusProto (>= 2.59.0) but Grpc.StatusProto 2.59.0 was not found. An approximate best match of Grpc.StatusProto 2.61.0 was resolved.

If I try to hack the NuGet URL I get this error and this page

image

Getting warnings in my build that some Grpc.StatusProto versions cannot be found, looks like it only goes back to 2.61.0 what's going on?

Because that is when Grpc.StatusProto was first released. Why don't you reference 2.61.0?