Merge branch 'release' into dev

This commit is contained in:
BrennanConroy 2016-04-27 19:04:45 -07:00
commit b457fb47d3
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ namespace AutobahnTestServer
public static void Main(string[] args)
{
var host = new WebHostBuilder()
.UseDefaultHostingConfiguration(args)
.UseKestrel()
.UseStartup<Startup>()
.Build();