On the published NuGet package for Oracle.ManagedDataAccess.Core, from what I can tell, there are multiple concurrent versions being maintained. I'm interested in writing a .NET Standard 2.0 compatible library. I want to understand what versions I can use for the version of Oracle we have.
Version 2.19.x (currently 250) was released three months ago.
Version 3.21.x (currently 160) was released three months ago.
Version 23.x (currently 6.1) was released a month ago.
Do these correspond to Oracle versions? (19c, 21c, 23ai) I ask because (for the time being), maintaining .NET Standard compatibility is important to support .NET Framework applications. Currently, only version 2.19.x is .NET Standard 2.0 compatible, and .NET Standard 2.0 is the most recent version that the .NET Framework supports.