I have just installed MVC 4 and am looking at using it with VS 2010. I notice that by default when creating a project the .NET framework is 4.0, yet the example code I am looking at uses framework 4.5. If I want to utilise all the features of MVC 4 do I need to install framework 4.5, or should 4.0 be enough?
EDIT : Seems like I will go with 4.0, although will 4.5 be the default framework in VS2012? If so, I would probably prefer to install that to save having to make framework changes later.