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 won't install it with net framework 4.5 #171

Closed
gidmeister2 opened this issue Feb 16, 2018 · 4 comments
Closed

nuget won't install it with net framework 4.5 #171

gidmeister2 opened this issue Feb 16, 2018 · 4 comments
Assignees
Labels
Milestone

Comments

@gidmeister2
Copy link

I'm trying to migrate my asp.net project from sql-membership to identity. To do this, I needed to install nuget packages such as:
Microsoft.aspnet.identity.owin
Microsoft.owin.security.google
Microsoft.owin.security.microsoftaccount

And I get a message that Microsoft.owin can't be installed because its not up to date with framework 4.5

@Tratcher
Copy link
Member

It now requires 4.5.1.

@mqueirozcorreia
Copy link

mqueirozcorreia commented Feb 17, 2018

@gidmeister2
In order to use update-package on nuget you should change your package.config to limit upper version, as below:
<package id="Microsoft.Owin" version="3.1.0" targetFramework="net45" allowedVersions="[,4)" />

@Tratcher
Will you list the framework 4.5.1 dependency in nuget page? There is nothing about this over there:
https://www.nuget.org/packages/Microsoft.Owin/

@Tratcher
Copy link
Member

@mqueirozcorreia the nuget page UI is not something package authors have any control over. It primary shows target frameworks when your package targets multiple.

@Tratcher
Copy link
Member

Tratcher commented Dec 3, 2018

We've lowered the TFM back to net45.

@Tratcher Tratcher closed this as completed Dec 3, 2018
@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
Projects
None yet
Development

No branches or pull requests

4 participants