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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -