C# 无法更新Abp.Zero.Ldap NuGet包

C# 无法更新Abp.Zero.Ldap NuGet包,c#,asp.net-mvc-4,visual-studio-2017,aspnetboilerplate,angular1.6,C#,Asp.net Mvc 4,Visual Studio 2017,Aspnetboilerplate,Angular1.6,我们正在尝试使用VisualStudio和NuGet包管理器更新包“Abp.Zero.Ldap”。我得到一个错误: 错误:无法解析依赖项“System.DirectoryServices.AccountManagement”。使用的源:“nuget.org”、“Project MyGet”、“Microsoft Visual Studio脱机软件包” 并使用VisualStudio和NuGet包管理器更新另一个包“TM.Common.Text.Template”。我得到一个错误: 错误:无法解析

我们正在尝试使用VisualStudio和NuGet包管理器更新包“Abp.Zero.Ldap”。我得到一个错误:

错误:无法解析依赖项“System.DirectoryServices.AccountManagement”。使用的源:“nuget.org”、“Project MyGet”、“Microsoft Visual Studio脱机软件包”

并使用VisualStudio和NuGet包管理器更新另一个包“TM.Common.Text.Template”。我得到一个错误:

错误:无法解析依赖项。”“TM.Common.Text 1.0.1709.2303”与“TM.Common.Text.Template 1.0.1804.1301约束:TM.Common.Text(>=1.0.1804.1301)”不兼容

您能帮助我们解决此问题吗?

在本期中回答:

软件包取决于以下软件包,它们是预发布的

  • System.DirectoryServices.AccountManagement(>=4.5.0-preview1-26216-02)
  • System.DirectoryServices.Protocols(>=4.5.0-preview1-26216-02)
所以,如果您在运行安装包时包含预发布包,它应该可以工作。看

安装包Abp.Zero.Ldap-includepre发行版
本期答复如下:

软件包取决于以下软件包,它们是预发布的

  • System.DirectoryServices.AccountManagement(>=4.5.0-preview1-26216-02)
  • System.DirectoryServices.Protocols(>=4.5.0-preview1-26216-02)
所以,如果您在运行安装包时包含预发布包,它应该可以工作。看

安装包Abp.Zero.Ldap-includepre发行版

哪个版本的.NET Framework?哪个版本的ABP?#aaron--.NET Framework 4.6.1和当前的ABP 3.2.5。我们正在将ABP更新到3.5.0,其中是
TM.Common.Text
from?@arron TM.Common.Text是客户端包(自己的)。首先我们需要ABP。哪个版本的.NET Framework?哪个版本的ABP?#aaron--.NET Framework 4.6.1和当前的ABP 3.2.5。我们正在将ABP更新到3.5.0,其中是
TM.Common.Text
from?@arron TM.Common.Text是客户端包(自己的)。首先我们需要ABP。它正在工作。谢谢@aaronIt的工作。谢谢你@aaron