Reputation: 511
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
Reputation: 1318
i think this is a nuget bug. try using:
Install-Package RavenDB.Embedded -DependencyVersion Highest
Upvotes: 20