Unexpected downgrade? Nuget Package Manager doesn't show latest version for Microsoft.ServiceFabric.Services.Remoting

205 Views Asked by At

I don't see Microsoft.ServiceFabric.Services.Remoting version 3.3.624 anymore:

Microsoft.ServiceFabric.Services.Remoting version 3.3.622

Microsoft.ServiceFabric.Services.Remoting version 3.3.622

My existing projects refer to 3.3.624:

Microsoft.ServiceFabric.Services.Remoting version 3.3.624

Microsoft.ServiceFabric.Serices.Remoting version 3.3.624

I get an NU1605 error Detected package downgrade.

Should I follow this approach for this NU1605 Detected package downgrade error?

I am more curious as to why 3.3.624 just vanished!!!

Is downgrading existing references from 3.3.624 to 3.3.622 the only way to solve this prolbem? Or am I doing something wrong in referencing the versions?

1

There are 1 best solutions below

1
On BEST ANSWER

To answer your questions

I am more curious as to why 3.3.624 just vanished!!!

and

Is downgrading existing references from 3.3.624 to 3.3.622 the only way to solve this prolbem?


From MicahMcKittrick's response to the GitHub issue I created:

The owner has unlisted this package. This could mean that the package is deprecated or shouldn't be used anymore.

So you'll have to downgrade Microsoft.ServiceFabric.Services.Remoting to 3.3.622, the current latest version or upgrade to a newer version.