【发布时间】:2018-09-10 09:19:01
【问题描述】:
AuthenticationResult 类型同时存在于Microsoft.AspNetCore.Authentication.Abstraction, Version 2.0.0.0
和Microsoft.AspNetCore.Authentication, Version=1.1.2.0
我想使用版本 1.1.2.0。我该怎么做?
【问题讨论】:
-
它们当然没有相同的命名空间,所以使用它。
标签: c# .net asp.net-mvc nuget nuget-package