GeoJSON-Net / GeoJSON.Net.Contrib

Repository for all GeoJSON.Net *.Contrib projects
MIT License
36 stars 22 forks source link

Add netstandard2.0 and netstandard2.1 to WKB. #28

Closed ghost closed 4 years ago

ghost commented 4 years ago

I'm not sure if it's desirable for this to be applied to the other projects; I believe the SqlServer project cannot target the standard with the reliance on Microsoft.SqlServer.Types.

stijnherreman commented 4 years ago

Microsoft.SqlServer.Types is an odd case, it works under netcore3.x (and maybe 2.x but I don't remember) as long as you run your executable on a Windows platform. Either way, it's not very important to target netstandard since you can reference .NET Framework libraries in .NET Core projects (albeit with a warning from the compiler).