DataAction / AdoNetCore.AseClient

AdoNetCore.AseClient - a .NET Core DB Provider for SAP ASE
Apache License 2.0
106 stars 44 forks source link

Cleanup of supported .NET Core versions #177

Closed formicas closed 4 years ago

formicas commented 4 years ago

Removed EOL .NET Core versions. Added netcoreapp3.1 and netstandard2.1.

Was also able to remove a bunch of unnecessary conditional compilation symbols.