Where are all the Grpc.StatusProto versions?
Closed this issue · 3 comments
leidegre commented
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.
leidegre commented
JamesNK commented
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?
leidegre commented
Ah, okay. It's that recent. I reference all these packages with a common
config. So we use the same version of all grpc packages.
Hadn't seen this warning before. All good.
…On Tue, Oct 1, 2024, 16:08 James Newton-King ***@***.***> wrote:
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?
—
Reply to this email directly, view it on GitHub
<#2549 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAPM3PEADDMG35A3HLY47LZZKUHHAVCNFSM6AAAAABPFQBVZKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBWGA3TOMZXGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>