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

标签 .net-core nuget azure-service-fabric nuget-package service-fabric-remoting

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

Microsoft.ServiceFabric.Services.Remoting version 3.3.622

Microsoft.ServiceFabric.Services.Remoting version 3.3.622

我现有的项目引用3.3.624:

Microsoft.ServiceFabric.Services.Remoting version 3.3.624

Microsoft.ServiceFabric.Serices.Remoting version 3.3.624

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

我应该遵循这个approach吗?为此 NU1605 Detected package downgrade error

我更好奇为什么 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,当前最新版本或升级到更新版本。

关于.net-core - 意外降级? Nuget 包管理器不显示 Microsoft.ServiceFabric.Services.Remoting 的最新版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54484570/

相关文章:

azure - 使用 PInvoke 在 Azure Service Fabric 中加载 dll

docker - 无法在 docker image microsoft/dotnet :2. 1-sdk 中安装节点用于 windows 架构

c# - 具有 .Net 核心的 AWS Lambda - 为 IOptions 启用注入(inject)?

.net-core - 如何在本地运行 Azure Functions 应用程序?

visual-studio - Nuget 自动还原 - 为 TFS 构建指定自定义存储库

c# - 无法加载文件或程序集 'EntityFramework,版本 = 6.0.0.0,

c# - Service Fabric 应用程序中的静态变量范围

c# - StackExchange.Redis.RedisTimeoutException - 由于问题人们如何解决它?

nuget - 如何防止nuget更新依赖项?

performance - Service Fabric 事务比另一台计算机中的 SQL 事务慢 10 倍