Remove reference to UseDefaultHostConfiguration
This commit is contained in:
parent
1d522a0167
commit
5a8d55fa0c
|
|
@ -65,7 +65,6 @@ namespace RoutingSample.Web
|
|||
public static void Main(string[] args)
|
||||
{
|
||||
var host = new WebHostBuilder()
|
||||
.UseDefaultHostingConfiguration(args)
|
||||
.UseKestrel()
|
||||
.UseIISIntegration()
|
||||
.UseStartup<Startup>()
|
||||
|
|
|
|||
Loading…
Reference in New Issue