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.

Update Oracle.EntityFrameworkCore to .NET 9

Santiago GerhartNov 25 2024

Hello, I was upgrading our application to the latest .NET version and I found an issue when updating to the latest version of Entity Framework.

Persistence.EntityFrameworkCoreOracleProvider.csproj: Error NU1107 : Version conflict detected for Microsoft.EntityFrameworkCore.Relational. 
EntityFrameworkCoreOracleModule -> EntityFrameworkCoreModule -> Microsoft.EntityFrameworkCore.Relational (>= 9.0.0) 
EntityFrameworkCoreOracleModule -> Oracle.EntityFrameworkCore 8.23.60 -> Microsoft.EntityFrameworkCore.Relational (>= 8.0.3 && < 9.0.0).

Basically we cannot upgrade to the latest version since Oracle.EntityFrameworkCore depends on Microsoft.EntityFrameworkCore.Relational from .NET 8 and does not support the .NET 9 version.
I hope this can be resolved soon. Thanks!

This post has been answered by Alex Keh-Oracle on Dec 6 2024
Jump to Answer
Comments
Post Details
Added on Nov 25 2024
4 comments
336 views