意外降级? Nuget 包管理器不显示 Microsoft.ServiceFabric.Services.Remoting 的最新版本

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

我再也看不到 Microsoft.ServiceFabric.Services.Remoting 版本 3.3.624:

我现有的项目参考3.3.624:

我收到 NU1605 错误检测到包降级。

我应该遵循这个 for this 吗?

我更好奇为什么 3.3.624 就这么消失了!!!

将现有引用从 3.3.624 降级到 3.3.622 是解决此问题的唯一方法吗?还是我在引用版本时做错了什么?

回答您的问题

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?


来自 MicahMcKittrick 对我创建的 GitHub issue 的回复:

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

因此您必须将 Microsoft.ServiceFabric.Services.Remoting 降级到 3.3.622,当前最新版本 或升级到较新的版本。