diff --git a/aspWebMVC/Web.config b/aspWebMVC/Web.config index 4f839fb..0e4f67d 100644 --- a/aspWebMVC/Web.config +++ b/aspWebMVC/Web.config @@ -22,7 +22,7 @@ - + @@ -34,15 +34,15 @@ - + - + - + diff --git a/aspWebMVC/aspWebMVC.csproj b/aspWebMVC/aspWebMVC.csproj index 52297cb..68e4c59 100644 --- a/aspWebMVC/aspWebMVC.csproj +++ b/aspWebMVC/aspWebMVC.csproj @@ -46,6 +46,10 @@ ..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.SqlServer.dll + + ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True + @@ -110,11 +114,6 @@ ..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll - - - ..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll - - diff --git a/aspWebMVC/packages.config b/aspWebMVC/packages.config index 01b470e..89b4986 100644 --- a/aspWebMVC/packages.config +++ b/aspWebMVC/packages.config @@ -1,11 +1,11 @@  - + - - + + @@ -17,7 +17,7 @@ - + \ No newline at end of file