Merge branch 'release' into dev

This commit is contained in:
BrennanConroy 2016-04-27 18:58:00 -07:00
commit f570b0e739
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;