Hello
Does this warning mean that to use Microsoft.Owin.Security.Twitter, etc (in Web.config)
requires not ASP.NET 4.0, but ASP.NET 4.5?
(0): warning : The following assembly has dependencies on a version of the .NET Framework that is higher than the target and might not load correctly
during runtime causing a failure: Microsoft.Owin.Security.Facebook, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35. The
dependencies are: System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; System.Net.Http.WebRequest,
Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a. You should either ensure that the dependent assembly is correct for the
target framework, or ensure that the target framework you are addressing is that of the dependent assembly.
(0): warning : The following assembly has dependencies on a version of the .NET Fram ...
Go to the complete details ...