diff --git a/WebApiApp/Areas/HelpPage/Views/Web.config b/WebApiApp/Areas/HelpPage/Views/Web.config index 0971732..cd40691 100644 --- a/WebApiApp/Areas/HelpPage/Views/Web.config +++ b/WebApiApp/Areas/HelpPage/Views/Web.config @@ -34,8 +34,17 @@ - + + + + + + + + + + diff --git a/WebApiApp/WebApiApp.csproj b/WebApiApp/WebApiApp.csproj index acf5dac..a2cb540 100644 --- a/WebApiApp/WebApiApp.csproj +++ b/WebApiApp/WebApiApp.csproj @@ -1,4 +1,4 @@ - + @@ -44,6 +44,14 @@ 4 + + ..\packages\Microsoft.AspNet.Identity.Core.2.2.4\lib\net45\Microsoft.AspNet.Identity.Core.dll + True + + + ..\packages\Microsoft.AspNet.Identity.Owin.2.2.4\lib\net45\Microsoft.AspNet.Identity.Owin.dll + True + ..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll True @@ -127,12 +135,6 @@ ..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll - - ..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll - - - ..\packages\Microsoft.AspNet.Identity.Owin.2.2.1\lib\net45\Microsoft.AspNet.Identity.Owin.dll - ..\packages\Microsoft.AspNet.Identity.EntityFramework.2.2.1\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll diff --git a/WebApiApp/packages.config b/WebApiApp/packages.config index fe5ce59..e5beb91 100644 --- a/WebApiApp/packages.config +++ b/WebApiApp/packages.config @@ -5,9 +5,9 @@ - + - +