user3365017
user3365017

Reputation: 511

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'.

Upvotes: 9

Views: 1080

Answers (1)

unreal
unreal

Reputation: 1318

i think this is a nuget bug. try using:

Install-Package RavenDB.Embedded -DependencyVersion Highest

Upvotes: 20

Related Questions