JudahGabriel / RavenDB.AspNet.Identity

ASP.NET Identity provider that uses RavenDB for storage of users and logins.
https://www.nuget.org/packages/RavenDB.AspNet.Identity/
Apache License 2.0
51 stars 24 forks source link

Error: Nuget dependencies on 3.5.5? #14

Open themadbaron opened 6 years ago

themadbaron commented 6 years ago

Unable to resolve dependencies. 'RavenDB.Client 4.0.2' is not compatible with 'RavenDB.Database 3.5.5 constraint: RavenDB.Client (= 3.5.5)'.

The notes said that updates were committed to allow for RavenDB 4. Am I reading this wrong? This error occurs when trying to add the newest RavenDB.Client via nuget.

themadbaron commented 6 years ago

Basetest.cs requires an update of Raven.Client 4.0.2.

JudahGabriel commented 6 years ago

We require Raven 4.0.2. Are you grabbing the right package? Ours is called RavenDB.AspNet.Identity. I just checked NuGet, and the latest version of our package (2.0.0) requires Raven 4.0.2:

image