无法将Microsoft.Owin.Security.Google从2.0.0更新到4.0.0

时间:2018-04-03 04:08:31

标签: asp.net asp.net-web-api oauth-2.0 google-oauth2

我正在尝试按照此链接https://www.youtube.com/watch?v=WsRyvWvo4EI&t=609s

在我的Web-api项目中实施外部身份验证
app.UseGoogleAuthentication(new GoogleOAuth2AuthenticationOptions() { 
                ClientId = "",
                ClientSecret=""

});

上面的代码找不到GoogleOAuth2AuthenticationOptions类。在搜索问题时,我的microsoft.owin.security.google包似乎没有更新。当我尝试使用NuGet更新它时,它无法下载显示以下错误的包:

NuGet Error while downloading the Microsoft.Owin.Security.Goolge 4.0.0

如何更新软件包并使Google身份验证正常工作

1 个答案:

答案 0 :(得分:1)

您需要将项目目标框架升级到至少.Net Framework 4.5.1