You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that MySqlConnector is targeting net6.0, it seems very unnecessary to also keep targeting netstandard1.3. There are a lot of #if blocks in the code purely for that target framework, and removing it would simplify a lot of code.
This also aligns with (part of) Microsoft's decision for their packages: dotnet/announcements#190
MySqlConnector 1.3.x is quite stable, and could continue to be used by netstandard1.3 consumers.
Now that MySqlConnector is targeting
net6.0
, it seems very unnecessary to also keep targetingnetstandard1.3
. There are a lot of#if
blocks in the code purely for that target framework, and removing it would simplify a lot of code.This also aligns with (part of) Microsoft's decision for their packages: dotnet/announcements#190
MySqlConnector 1.3.x is quite stable, and could continue to be used by
netstandard1.3
consumers.(Split from #636.)
The text was updated successfully, but these errors were encountered: