Merge branch 'release' into dev

This commit is contained in:
BrennanConroy 2016-04-27 18:45:54 -07:00
commit 7232621646
2 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@ namespace HttpOverridesSample
public static void Main(string[] args)
{
var host = new WebHostBuilder()
.UseDefaultHostingConfiguration(args)
.UseKestrel()
// .UseIIS() // This repo can no longer reference IIS because IISIntegration depends on it.
.UseStartup<Startup>()

View File

@ -38,7 +38,6 @@ namespace ResponseBufferingSample
public static void Main(string[] args)
{
var host = new WebHostBuilder()
.UseDefaultHostingConfiguration(args)
.UseKestrel()
// .UseIIS() // This repo can no longer reference IIS because IISIntegration depends on it.
.UseStartup<Startup>()