itinero / routing

The routing core of itinero.
Apache License 2.0
220 stars 70 forks source link

'Could not load file or assembly 'Reminiscence, Version=1.2.0.0, #328

Closed SomPatrik closed 3 years ago

SomPatrik commented 3 years ago

Hi, I would like to use itinero in my .net core project. I 've already install nuget package Itinero (v 1.5.0), but when i try to use package I get 'Could not load file or assembly 'Reminiscence, Version=1.2.0.0,. As I see in dependency section in package description, Itinero package is dependent on Reminiscence(>= 1.3.0). Version 1.3.0 of Reminiscence package is already installed via nuget manager. Any ideas how to solve this ?

Note: Downgrade Reminiscence to version 1.2.0. did not help.

SomPatrik commented 3 years ago

I've accidently used .NET framework as project's target framework. Changing project's target to .NET Standard 2.0 solved the issue.