From 2e1248ff81f47840e237536cf0d164d966c7a637 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Wed, 2 Mar 2016 09:59:25 +0000 Subject: [PATCH] added test code --- RequestPlex.UI/Program.cs | 3 +++ RequestPlex.UI/RequestPlex.UI.csproj | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) 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