尝试将ASP.NET Boilerplate
项目从.NET Core 1.x
升级到.NET Core 2.0
解决方案成功构建,但在{/ 1}}方法中抛出异常
Startup.ConfigureServices
异常详情
System.TypeLoadException:'无法加载类型' Microsoft.AspNetCore.Authentication.SharedAuthenticationOptions'来自assembly' Microsoft.AspNetCore.Authentication,Version = 2.0.0.0,Culture = neutral,PublicKeyToken = adb9793829ddae60'。'
答案 0 :(得分:6)
您应该等待ABP v3.0。我们发布了ABP v3.0.0-beta2。如果需要,可以使用测试版。
您还需要更改解决方案:
幸运的是,我升级了解决方案模板。所以,你可以看到我所做的所有改变:
https://github.com/aspnetboilerplate/module-zero-core-template/pull/106/files