I am trying to install RavenDB.Embedded in an ASP.NET MVC 5 application, but I have this dependency error:
PM> Install-Package RavenDB.Embedded Attempting to
This is caused by NuGet 2.8's new features. Do this instead:
Install-Package RavenDB.Embedded -DependencyVersion Highest