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 solved by deleting this line - "net451": { },, and then replacing "dotnet5.4" with "net451".