c# - Entity Framework for .NET Core console application -


i trying develop tool migrate data sql databases nosql database. application need console application. wanted use entityframework orm framework. when trying install nuget package nuget package manager says ef not compatible console application.

is there way can use ef6 console application?

entity framework 6 not work on .net core ; built .net framework, , require serious restructuring work on core.

instead, @ entity framework core


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -