otac0n / WebGitNet

WebGit .NET is an ASP.NET MVC app that provides access to your git repositories over HTTP. It supports browsing in a web browser AND push / pull over Git's "Smart HTTP protocol".
zlib License
132 stars 62 forks source link

Explicitly reference 1.0.0.0 of System.Web.WebPages and System.Web.Helpers #55

Closed linquize closed 11 years ago

linquize commented 11 years ago

This allows the development machine to install higher versions of MVC framework side-by-side without failing applications targeting old MVC

Without this, the application fails after installing MVC4

otac0n commented 11 years ago

Thanks for the contribution!