Error in project.json file

Asked

Viewed 27 times

0

I have an error in my project, it appeared after I added Entity Framework to my project! This error persists on line 21 of the file project.json. I’m using Visual Studio 2015.

The exact description of the error is:

"The dependency Entityframework 6.1.3 in project foo bar does not support framework . Netplatform,Version=v5.4"

1 answer

2


Delete the line "net451": { } from global.json, if you have "dotnet5.4", you change to "net451".

Browser other questions tagged

You are not signed in. Login or sign up in order to post.