samcragg / sharpkml

SharpKML is an implementation of the Open Geospatial Consortium (OGC) KML 2.2 standard developed in C#, able to read/write both KML files and KMZ files.
MIT License
158 stars 51 forks source link

Port SharpKML to .Net 7 #51

Closed girjesh2442 closed 6 months ago

samcragg commented 1 year ago

Thanks for the PR. Was there a particular issue this solves?

Since .NET 7 isn't a Long Term Support release, I'd prefer not to upgrade to it but don't mind multi-targeting if the .NET Standard version doesn't work for you.

You do raise a point the unit tests need updating to .NET 6 too though