Merge branch 'release' into dev

This commit is contained in:
BrennanConroy 2016-04-27 18:43:22 -07:00
commit 0458a9140a
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -49,7 +49,6 @@ namespace SelfHostServer
public static void Main(string[] args)
{
var host = new WebHostBuilder()
.UseDefaultHostingConfiguration(args)
.UseStartup<Startup>()
.UseWebListener(options =>
{