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
Post a Comment