Remove 'UseDefaultHostingConfiguration' references, as the API no longer exists and is not strictly needed

This commit is contained in:
SteveSandersonMS
2016-05-04 13:16:13 -07:00
parent d85a5d6cd5
commit 999641c4c2
10 changed files with 0 additions and 10 deletions

View File

@@ -54,7 +54,6 @@ namespace ES2015Example
{
var host = new WebHostBuilder()
.UseContentRoot(Directory.GetCurrentDirectory())
.UseDefaultHostingConfiguration(args)
.UseIISPlatformHandlerUrl()
.UseKestrel()
.UseStartup<Startup>()

View File

@@ -41,7 +41,6 @@ namespace Webpack
{
var host = new WebHostBuilder()
.UseContentRoot(Directory.GetCurrentDirectory())
.UseDefaultHostingConfiguration(args)
.UseIISPlatformHandlerUrl()
.UseKestrel()
.UseStartup<Startup>()