We're moving a project from .NET 4.5.2 to .NET 5.0. In the process, this means moving a dependency on the NetTopologySuite NuGet package from v1.14.0 to v2.2.0.
In v1.14.0, there are a number of places where we're using the NetTopologySuite.Algorithm.SimplePointInRing class.
In v2.2.0, there is no SimplePointInRing class in the NetTopologySuite.Algorithm. Or at least, not in any of the NuGet Packages we've installed:
- NetToplogySuite v2.2.0
- NetToplogySuite.Core v1.15.3
- NetToplogySuite.IO.GeoJson v2.0.4
Has it been deprecated? Removed? Moved to a new NuGet package?