Removing references to UseDefaultHostingConfiguration
This commit is contained in:
parent
30a9138714
commit
57352541fb
|
|
@ -29,7 +29,6 @@ namespace StaticFilesSample
|
|||
public static void Main(string[] args)
|
||||
{
|
||||
var host = new WebHostBuilder()
|
||||
.UseDefaultHostingConfiguration(args)
|
||||
.UseKestrel()
|
||||
.UseIISIntegration()
|
||||
.UseStartup<Startup>()
|
||||
|
|
|
|||
Loading…
Reference in New Issue