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
133 stars 62 forks source link

Updated to MVC4 #61

Closed iamfil closed 11 years ago

otac0n commented 11 years ago

Does updating to MVC4 allow us to bump the .NET Framework version?

See #57

iamfil commented 11 years ago

MVC4 requires .Net 4 or 4.5 so no need for changing the framework version to use it.

gregsohl commented 11 years ago

I'm working with this pr and am successful in light testing so far.

otac0n commented 11 years ago

Cool, I'll try to get this merged in this week.