I am in a new ASP.NET MVC 4 project and I want to make use of Entity Framework v5.
So I opened up my package installer console in Visual Studio 2013 RC and I typed in the following:
Install-Package EntityFramework -Version 5.0.0
But I get an error! Here is what I get:

What can be causing this? I'm confused.