IdentityServer / IdentityServer3.Admin.EntityFramework

Apache License 2.0
12 stars 30 forks source link

Please target .net 4.6 #1

Closed TristinDavis closed 8 years ago

TristinDavis commented 8 years ago

I get the following when installing the 1.0.0-beta1:

Severity Code Description Project File Line Suppression State Error Could not install package 'IdentityServer3.Admin 1.0.0-beta1'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6', 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. 0

iBoonz commented 8 years ago

This is because the package has a TargetFramework of 4.5. I removed it, try it again Install-Package IdentityServer3.Admin -Pre

TristinDavis commented 8 years ago

That worked for the IdentityServer3.Admin package. Can you do the same thing for the IdentityServer3.Admin.EntityFramework package also, please.

dajomo commented 8 years ago

I have the same issue, but my warning is with v4.5

leastprivilege commented 8 years ago

the target should be 4.5.2

iBoonz commented 8 years ago

Ty @leastprivilege , changed the target to 4.5.2