Any idea why I receive the following error after Nuget installing Entity framework 6.1.3?
Error notice: \"The dependency EntityFramework 6.1.3 in project
I had a same issue with EF7 and I was able to solve it by changing dotnet54 to netcore50 in project.json in my EF library and every project depending on it.