I am trying to implement OAuth in my ASP.NET Web Api project. I download packages from NuGet. my friend can normally download all OWIN packages on his computer, but it does not work on my machine. I tried removing the Visual Studio cache, TFS cache, VSCommon cache, resetting visual studio, I also tried reinstalling visual studio, and nothing works. I also tried all versions of .net from version 4.0 to 4.6.1. I am using the Visual Studio 2015 1 community update. The error I am getting is as follows:
Failed to install package "Owin 1.0.0". You are trying to install this package in a project that is designed for ".NETFramework, Version = v4.5.2," but the package does not contain links to assemblies or content files that are compatible with this infrastructure. For more information, contact the author of the package.
source
share