I have been working with DNN for almost a decade on and off, but hadn't been at it, since 5.x days. I downloaded the latest version of DNN (8.0) and downloaded the excellent mvc templates from wilkinson/hammond (can't remember which!) for version 8.
When I go to build in release mode after creating a new project, I get the following error:
Assembly 'DotNetNuke.Web.Mvc' with identity 'DotNetNuke.Web.Mvc, Version=8.0.3.5, Culture=neutral, PublicKeyToken=null' uses 'System.Web.Mvc, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'System.Web.Mvc' with identity 'System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
I have no clue where it's getting this old version. I'm linking to the dlls in the website/bin folder. Can someone straighten me out? Is there a step I missed somewhere?