sethwebster / GoogleMaps.LocationServices

A simple library (including Nuget Package) for Google Maps geolocation and reverse geolocation
http://nuget.org/List/Packages/GoogleMaps.LocationServices
44 stars 42 forks source link

Unable to Install through NuGet #35

Closed wasimjee closed 4 years ago

wasimjee commented 5 years ago

Could not install package 'GoogleMaps.LocationServices 1.2.0.2'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5.2', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

larrybud2004 commented 5 years ago

Looks like 1.2.0.2 is having that problem. I get the same with .net version 4.6.1

I did not have a problem installing 1.2.0.1, however. Looks like they broke something.

sethwebster commented 5 years ago

Yeah, it was rebuilt targeting core. I need some help building it for 4.6.1 if you want to pick that up. I don't have a windows machine to use.