recently I have been trying to connect to the existing database in Oracle. I code in C# on Visual Studio Community 2019 and wanted to do it through Entity Framework. I found out that the first thing to do is to download Oracle.EntityFrameworkCore
through NuGet packages, but encountered an error.
I work on the console application for .NET Framework. The error is in Polish, my native language, but in English it should state
You can't install package "Oracle.EntityFramework.Core 6.21.5". You are trying to install it in the project which targetting ".NETFramework,Version=v4.7.2", but the package doesn't contain any references or files compatible with this structure. For more info contact the author of the package."
Does someone know what I can do?