【发布时间】:2015-12-28 19:01:00
【问题描述】:
我正在尝试在 Visual Studio 2010 专业项目中安装 SignalR。但是我收到了这个错误:
Could not install package 'Microsoft.Owin.Security 2.1.0'. You are trying to install this package into a project that targets '
.NETFramework,Version=v4.0', but the package does not contain any assembly references or content files that are compatible with that framework. F
or more information, contact the package author.
【问题讨论】:
-
我通过 nugget 以及包控制台进行了尝试。两次相同的错误
-
@naveen 不,我已经尝试过了,但仍然是同样的错误
-
你用的是vs 2010的sp1吗?
-
@naveen 我可以在 VS 2010 中安装 .net framework 4.5 吗?
标签: asp.net .net .net-4.0 signalr nuget