We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
I noticed that the package does not work with .net core applications. Perhaps it needs to be converted to a .net core library?
The text was updated successfully, but these errors were encountered:
Hello,
I am stuck with this problem, too.
I've added this NuGet to my project, however I can't use GeoCoordinate.
using GeoCoordinate;
Error CS0246 The type or namespace name 'GeoCoordinate' could not be found (are you missing a using directive or an assembly reference?)
Edit: I found out that this bug is only at 2.0.0 and 2.0.1 versions. 1.1.0 seems to work.
Sorry, something went wrong.
+1 I am having the same problem.
This one works: https://github.com/AeonLucid/GeoCoordinate.NetStandard1
No branches or pull requests
Hi!
I noticed that the package does not work with .net core applications. Perhaps it needs to be converted to a .net core library?
The text was updated successfully, but these errors were encountered: