IdentityServer / IdentityServer3.AspNetIdentity

ASP.NET Identity support for Thinktecture IdentityServer3
Apache License 2.0
64 stars 51 forks source link

Operation failed on trying to install Thinktecture IdentityManager - AspNetIdentity #19

Closed mattcowen closed 10 years ago

mattcowen commented 10 years ago

Can not install Thinktecture IdentityManager - AspNetIdentity via Nuget Version 1.0.0-beta2-1 (Prerelease)

Attempting to resolve dependency 'Microsoft.AspNet.Identity.Core (≥ 2.1.0)'. Attempting to resolve dependency 'Thinktecture.IdentityManager (≥ 1.0.0-pre-20141031)'. Unable to resolve dependency 'Thinktecture.IdentityManager (≥ 1.0.0-pre-20141031)'.

brockallen commented 10 years ago

Ok, thanks. I’ll update them to NuGet assemblies (not MyGet).

-Brock

From: Matt Cowen [mailto:notifications@github.com] Sent: Monday, November 3, 2014 11:42 AM To: thinktecture/Thinktecture.IdentityServer.v3.AspNetIdentity Subject: [Thinktecture.IdentityServer.v3.AspNetIdentity] Operation failed on trying to install Thinktecture IdentityManager - AspNetIdentity (#19)

Can not install Thinktecture IdentityManager - AspNetIdentity Version 1.0.0-beta2-1 (Prerelease)

Attempting to resolve dependency 'Microsoft.AspNet.Identity.Core (≥ 2.1.0)'. Attempting to resolve dependency 'Thinktecture.IdentityManager (≥ 1.0.0-pre-20141031)'. Unable to resolve dependency 'Thinktecture.IdentityManager (≥ 1.0.0-pre-20141031)'.

— Reply to this email directly or view it on GitHub https://github.com/thinktecture/Thinktecture.IdentityServer.v3.AspNetIdentity/issues/19 .

brockallen commented 10 years ago

I just checked and the master is all using NuGet references (not MyGet). If you're on dev branch then you'll have to add MyGet as a package source.

brockallen commented 10 years ago

I think this has been solved, yes?

mattcowen commented 10 years ago

I can't be sure right now. What I did was download the sample and copy the AspNetIdentityUserService project to another solution with more recent version of idsvr. At that point I then tried to add references and it seemed to get confused between versions. In the end I downgraded my solution to use the same version of packages as that in this sample so it all worked. If I get a moment I will try it again and raise it if I have a problem.