Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nuget cannot install this on visual studio asp.net website projects #174

Closed
gidmeister2 opened this issue Feb 17, 2018 · 1 comment
Closed

Comments

@gidmeister2
Copy link

I have an asp.net website, that I program in Visual Studio, targeted at Net framework 4.5.
When I attempt to use the Nuget package manager to install libraries such as:
Microsoft.Owin.Security.Google (or others like facebook, micosoft login, etc), I get this message: Error
Error Could not install package 'Microsoft.Owin 4.0.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

I'm surprised nobody else reported this. It must mean nobody is using your library? Anyway, ALL dependent libraries have to work with framework 4.5, it seems to me, at least.

@Tratcher
Copy link
Member

Duplicate of #171

4.5.1 is required.

@ghost ghost locked as resolved and limited conversation to collaborators Jan 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants