gpt4 book ai didi

c# - ASP.NET 样板 .NET Core 2

转载 作者:太空狗 更新时间:2023-10-30 00:37:43 25 4
gpt4 key购买 nike

正在尝试将 ASP.NET Boilerplate 项目从 .NET Core 1.x 升级到 .NET Core 2.0

解决方案构建成功,但在 Startup.ConfigureServices 方法中抛出异常

 services.AddAbpIdentity<Tenant, User, Role, SecurityStampValidator>(
options => {})
.AddUserManager<UserManager>()
.AddRoleManager<RoleManager>()
.AddSignInManager<SignInManager>()
.AddClaimsPrincipalFactory<UserClaimsPrincipalFactory>()
.AddDefaultTokenProviders();

异常详情

System.TypeLoadException: 'Could not load type 'Microsoft.AspNetCore.Authentication.SharedAuthenticationOptions' from assembly 'Microsoft.AspNetCore.Authentication, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.'

最佳答案

您应该等待 ABP v3.0。我们已经发布了 ABP v3.0.0-beta2。如果需要,您可以使用测试版。

您还需要更改您的解决方案:

幸运的是,我升级了解决方案模板。因此,您可以看到我所做的所有更改:

https://github.com/aspnetboilerplate/module-zero-core-template/pull/106/files

关于c# - ASP.NET 样板 .NET Core 2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45819037/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com