I want to use entity framework 6 with an underlying Oracle database. I use Visual Studio 2010 (therefore .net framework 4). Oracle's NuGet package for ODP.NET supporting EF 6, comes with an assembly built only for .net framework 4.5 (which is not supported in VS 2010).
Is there a way to have an ODP.NET assembly for .net4 supporting ef6? (or at least make the 4.5 assembly work in .net4 project?
If not, is there an alternative entity framework provider for Oracle database that is build for .net4?