Hello
We recently wanted to start using .NET Core and Entity Framework Core. We have a lot of Oracle Databases so naturally we want to use Oracle Entity Framework Core.
We also want our applications to have as long support as possible, so we were looking to use .NET Core 2.1, which has LTS (according to https://dotnet.microsoft.com/platform/support/policy/dotnet-core ).
After trying multiple times it seems Oracle Entity Framework Core is not compatible with .NET Core 2.1, I couldn't find any official documentation about this, but I concluded it from my tests.
Is there any possibility to add support for .NET Core 2.1? Or are you immediately going for .NET Core 3.1 (which will have LTS).
Thank you