From 47ce419d80a146d8fb7370e908cd779ec09e1829 Mon Sep 17 00:00:00 2001 From: Richard Burte Date: Tue, 2 May 2017 14:28:13 -0700 Subject: [PATCH] Updates to support MVC 5 Updated the assembly references to support ASP.NET MVC v5 --- WebGitNet/Views/Web.config | 6 +++--- WebGitNet/Web.config | 23 ++++++++++++++++++----- WebGitNet/WebGitNet.csproj | 6 +++--- 3 files changed, 24 insertions(+), 11 deletions(-) diff --git a/WebGitNet/Views/Web.config b/WebGitNet/Views/Web.config index 42e62fd..c602236 100644 --- a/WebGitNet/Views/Web.config +++ b/WebGitNet/Views/Web.config @@ -1,9 +1,9 @@  - -
-
+ +
+
diff --git a/WebGitNet/Web.config b/WebGitNet/Web.config index 9f7a109..255006d 100644 --- a/WebGitNet/Web.config +++ b/WebGitNet/Web.config @@ -13,6 +13,7 @@ --> + @@ -33,10 +34,10 @@ - + - - + + @@ -58,8 +59,20 @@ - + + + + + + + + + + + + + - \ No newline at end of file + diff --git a/WebGitNet/WebGitNet.csproj b/WebGitNet/WebGitNet.csproj index 75f7d23..ba5a971 100644 --- a/WebGitNet/WebGitNet.csproj +++ b/WebGitNet/WebGitNet.csproj @@ -75,11 +75,11 @@ - - + + - +