DataAction / AdoNetCore.AseClient

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

Target .net standard 2.1 #145

Open senseibaka opened 4 years ago

senseibaka commented 4 years ago

Don't need to explicitly target .net core 3 since supporting .net standard 2.0 is good enough to allow its use.

Targeting .net standard will allow for implementing newer parts of the ado specification. e.g. issue #100 (async api)