NetTopologySuite / NetTopologySuite.IO.ShapeFile

The ShapeFile IO module for NTS.
33 stars 25 forks source link

Does this module support UWP and Android (.NETStandard)? #35

Closed FelixKainz closed 1 month ago

FelixKainz commented 4 years ago

I am creating a Xamarin.Forms App across UWP and Android with .NetStandard.

Since I have a thight deadline a quick answer would be great!

Thank you very much!

airbreather commented 4 years ago

The latest versions of NetTopologySuite projects target .NET Standard 2.0.

See this table for an up-to-date list of platforms that support .NET Standard 2.0; reproduced here, current as of the time of this comment:

  1. .NET Framework 4.6.1 thru .NET Framework 4.7.1 (with varying degrees of stress)
  2. .NET Framework 4.7.2+ (mostly smoothly)
  3. .NET Core 2.0 or higher
  4. Mono 5.4 or higher
  5. Xamarin.iOS 10.14 or higher
  6. Xamarin.Mac 3.8 or higher
  7. Xamarin.Android 8.0 or higher
  8. Universal Windows Platform 10.0.16299 or higher
  9. Unity 2018.1 or higher