Support for EF Core 3.1 on .NET Standard 2.0?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Support for EF Core 3.1 on .NET Standard 2.0?

Post by Shalex » Thu 16 Sep 2021 14:18

JamesButler wrote: Thu 16 Sep 2021 07:03 when we are on .NET Framework 4.7.2, using EF Core 3.1 and trying to use your latest dotConnect for Oracle NuGet packages
Please use the newest version of NuGet package https://www.nuget.org/packages/Devart.D ... /9.14.1312. For .NET Standard 2.0, it has the following dependency:
Microsoft.EntityFrameworkCore.Relational (>= 3.1.17 && < 4.0.0)

Is that what you need?

Post Reply