From d1f7bb32c71d79a65559ac831d27591b9bb8beb1 Mon Sep 17 00:00:00 2001 From: BrennanConroy Date: Wed, 27 Apr 2016 19:07:01 -0700 Subject: [PATCH] Remove reference to UseDefaultHostingConfiguration --- samples/IdentitySample.Mvc/Startup.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/IdentitySample.Mvc/Startup.cs b/samples/IdentitySample.Mvc/Startup.cs index 051ff362bb..8d0a690e0f 100644 --- a/samples/IdentitySample.Mvc/Startup.cs +++ b/samples/IdentitySample.Mvc/Startup.cs @@ -119,7 +119,6 @@ namespace IdentitySample public static void Main(string[] args) { var host = new WebHostBuilder() - .UseDefaultHostingConfiguration(args) .UseKestrel() .UseIISIntegration() .UseStartup()