Remove reference to UseDefaultHostingConfiguration
This commit is contained in:
parent
46064822f5
commit
d1f7bb32c7
|
|
@ -119,7 +119,6 @@ namespace IdentitySample
|
|||
public static void Main(string[] args)
|
||||
{
|
||||
var host = new WebHostBuilder()
|
||||
.UseDefaultHostingConfiguration(args)
|
||||
.UseKestrel()
|
||||
.UseIISIntegration()
|
||||
.UseStartup<Startup>()
|
||||
|
|
|
|||
Loading…
Reference in New Issue