blackboxlogic / OsmApiClient

C# Client for the OSM API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't install OsmApiClient in nuget - VS2022

elr0berto opened this issue · comments

Unable to find a version of 'OsmSharp' that is compatible with 'OsmApiClient 0.0.7 constraint: OsmSharp (>= 7.0.0-pre014)'.

@elr0berto
See https://www.nuget.org/packages/OsmSharp/#versions-body-tab

You'll need to check this box in nuget package manager:
image

I wish OsmSharp would release a proper 7.0.0 so I didn't need to reference a pre-release, I'm sure they have their reasons.

Ok, thanks for the quick support!