Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Help Understanding Versioning of Oracle.ManagedDataAccess.Core

Adam YakesDec 18 2024 — edited Dec 18 2024

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.

This post has been answered by Alex Keh-Oracle on Dec 18 2024
Jump to Answer
Comments
Post Details
Added on Dec 18 2024
3 comments
160 views