Remove reference to UseDefaultHostConfiguration

This commit is contained in:
BrennanConroy 2016-04-27 18:43:11 -07:00
parent 6829675f5f
commit afd437f85f
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 =>
{