Remove reference to UseDefaultHostConfiguration

This commit is contained in:
BrennanConroy 2016-04-27 18:57:52 -07:00
parent 5135ee9d2d
commit 0a538c563b
2 changed files with 0 additions and 2 deletions

View File

@ -40,7 +40,6 @@ namespace LargeResponseApp
public static void Main(string[] args)
{
var host = new WebHostBuilder()
.UseDefaultHostingConfiguration(args)
.UseKestrel()
.UseUrls("http://localhost:5001/")
.UseContentRoot(Directory.GetCurrentDirectory())

View File

@ -41,7 +41,6 @@ namespace SampleApp
public static void Main(string[] args)
{
var host = new WebHostBuilder()
.UseDefaultHostingConfiguration(args)
.UseKestrel(options =>
{
// options.ThreadCount = 4;