diff --git a/RequestPlex.UI/Program.cs b/RequestPlex.UI/Program.cs index aac9df24c..100ae7735 100644 --- a/RequestPlex.UI/Program.cs +++ b/RequestPlex.UI/Program.cs @@ -3,6 +3,8 @@ using Microsoft.Owin.Hosting; using Mono.Data.Sqlite; +using Nancy.ViewEngines.Razor; + using RequestPlex.Core; using RequestPlex.Core.SettingModels; using RequestPlex.Helpers; @@ -15,6 +17,7 @@ namespace RequestPlex.UI { static void Main(string[] args) { + var foo = typeof(RazorViewEngine); var assemblyVer = AssemblyHelper.GetAssemblyVersion(); Console.WriteLine($"Version: {assemblyVer}"); var uri = "http://localhost:3579/"; diff --git a/RequestPlex.UI/RequestPlex.UI.csproj b/RequestPlex.UI/RequestPlex.UI.csproj index 0bc020d6a..dd1599b52 100644 --- a/RequestPlex.UI/RequestPlex.UI.csproj +++ b/RequestPlex.UI/RequestPlex.UI.csproj @@ -82,9 +82,6 @@ ..\packages\Nancy.Authentication.Forms.1.4.1\lib\net40\Nancy.Authentication.Forms.dll True - - ..\packages\Nancy.Hosting.Self.1.4.1\lib\net40\Nancy.Hosting.Self.dll - ..\packages\Nancy.Owin.1.4.1\lib\net40\Nancy.Owin.dll True