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

Update to latest Framework and MVC #79

Open e4rthdog opened 10 years ago

e4rthdog commented 10 years ago

With the update of VS 2013 imminent, wouldn't be nice idea to "refresh" the app?

otac0n commented 10 years ago

Yes, I'll try to get to this in the coming weeks.

e4rthdog commented 10 years ago

Thanks! i will try in my fork as soon as the update 2 comes out..

otac0n commented 10 years ago

I've updated to .NET 4.5 in master. The upgrade to the latest MVC is going to be trickier.

rwstorer commented 9 years ago

I had to change all references to System.Web.Mvc version 4.0.0.0 to version 4.0.0.1 in order for it to compile on Win 8.1, VS 2013 w/Update 4. I did not change the .Net from 4.5 to 4.5.1. I do have .Net 4.5.51641 loaded on my machine.