I have A project in Xamarin Form and i'm Using Sqlite Database in it and Now i want to convert this Sqlite to Microsoft.EntityFrameworkCore.Sqlite
but i i found this Exception.
Severity Code Description Project File Line Suppression
State
Error Could not install package 'Microsoft.EntityFrameworkCore.Sqlite 3.0.0-preview6.19304.10'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile259', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
i have 3 project in my project that target .NET FrameWork 4.5 but Microsoft.EntityFrameworkCore.Sqlite
Require .NET Standered 2.0 .I stuck in it.