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.
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.