Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Nuget package RavenDB.Embedded: Unable to find a version of 'RavenDB.Database' that is compatible with 'System.Spatial 5.0.2'

In a new project when I try to add the NugetPackage : RavenDB.Embedded I have the following error :Updating 'System.Spatial 5.2.0' to 'System.Spatial 5.0.2' failed. Unable to find a version of 'RavenDB.Database' that is compatible with 'System.Spatial 5.0.2'.

like image 698
user3365017 Avatar asked Feb 28 '14 13:02

user3365017


1 Answers

i think this is a nuget bug. try using:

Install-Package RavenDB.Embedded -DependencyVersion Highest
like image 172
unreal Avatar answered Nov 15 '22 23:11

unreal