From 1d9a181f45aa528531821fb87d21686702428beb Mon Sep 17 00:00:00 2001 From: John Luo Date: Tue, 22 Mar 2016 13:03:55 -0700 Subject: [PATCH] Reacting to Hosting changes --- samples/IdentitySample.Mvc/Startup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/IdentitySample.Mvc/Startup.cs b/samples/IdentitySample.Mvc/Startup.cs index 006881becf..e60238d75a 100644 --- a/samples/IdentitySample.Mvc/Startup.cs +++ b/samples/IdentitySample.Mvc/Startup.cs @@ -119,7 +119,7 @@ namespace IdentitySample public static void Main(string[] args) { var host = new WebHostBuilder() - .UseDefaultConfiguration(args) + .UseDefaultHostingConfiguration(args) .UseServer("Microsoft.AspNetCore.Server.Kestrel") .UseStartup() .Build();