Remove references to UseDefaultHostingConfiguration

This commit is contained in:
John Luo 2016-04-27 15:39:07 -07:00
parent 2656c528c3
commit 3aa2febb6f
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ namespace AntiforgerySample
public static void Main(string[] args) public static void Main(string[] args)
{ {
var host = new WebHostBuilder() var host = new WebHostBuilder()
.UseDefaultHostingConfiguration(args)
.UseKestrel() .UseKestrel()
.UseIISIntegration() .UseIISIntegration()
.UseStartup<Startup>() .UseStartup<Startup>()