Update Entity framework version

Asked

Viewed 197 times

2

I just upgraded my version of . Net 3.5 to 4.5.1.

My Entity Framework was in version 3.5, I wanted to know if it already updates to the newer version after the exchange of framework.

  • Have you noticed that questions and answers should only count questions and answers? We do not include texts that can only be considered noise in what is most important. This includes greetings and thanks. The questions and answers should serve more or less like the FAQ for everyone. It’s not a post from you to someone else. By chance you are posting a question that should serve for everyone. We are not a forum or social network. The questions and answers shall reign absolute.

  • Exactly, so don’t turn it into something that seems to be all yours. http://meta.pt.stackoverflow.com/questions/2068/o-stack-overflowem-portugu%C3%Aas-%C3%A9-um-f%C3%B3rum

1 answer

2


I actually think it is impossible that your Entity Framework is in version 3.5, because the oldest version released is 4.1.10311.

Anyway, to update, go to View > Other Windows > Package Manager Console and type:

Install-Package Entityframework -Version 6.1.1

This should update your Entity Framework to the latest stable version on the date of this reply.

  • Apparently more configurations are missing, and some things must have been left behind.

Browser other questions tagged

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