surrealdb / surrealdb.net

SurrealDB SDK for .NET
https://surrealdb.com
Apache License 2.0
86 stars 16 forks source link

Add .NET Standard 2.0 support #62

Open Metadorius opened 9 months ago

Metadorius commented 9 months ago

Would it be possible for the driver to support .NET Standard 2.0? .NET Standard 2.1 is honestly not that useful compared to 2.0 because 2.0 is supported on .NET Framework 4.6.1+, and 2.1 is only supported on .NET Core and more recent version. According to the documentation by MS that version supports most of the stuff that's needed for libraries. What's not supported can be polyfilled/backported like AsyncInterfaces.

Metadorius commented 9 months ago

So far what I discovered: