-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
The source code has a dependency on ASP.NET MVC 4.0.0.0. Which seems to only be distributed by the 'Microsoft Web Platform Installer'.
If you install ASP.NET 4 from the 'Microsoft Web Platform Installer' today it installs ASP.NET MVC 4.0.0.1 requiring references in csproj to be changed to:
<Reference Include="System.Web.Mvc, Version=4.0.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
If have a commit I can push with these changes. Perhaps taking a dependency on MVC4 nuget package or upgrading the whole solution to .net4.5 or greater and taking the latest MVC 5 nuget package would be easier for people pulling down sources in the future?
Metadata
Metadata
Assignees
Labels
No labels