added test code

This commit is contained in:
tidusjar 2016-03-02 09:59:25 +00:00
parent 3ea9be94aa
commit 2e1248ff81
2 changed files with 3 additions and 3 deletions

View file

@ -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/";

View file

@ -82,9 +82,6 @@
<HintPath>..\packages\Nancy.Authentication.Forms.1.4.1\lib\net40\Nancy.Authentication.Forms.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Nancy.Hosting.Self">
<HintPath>..\packages\Nancy.Hosting.Self.1.4.1\lib\net40\Nancy.Hosting.Self.dll</HintPath>
</Reference>
<Reference Include="Nancy.Owin, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Nancy.Owin.1.4.1\lib\net40\Nancy.Owin.dll</HintPath>
<Private>True</Private>