mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
Remove 'UseDefaultHostingConfiguration' references, as the API no longer exists and is not strictly needed
This commit is contained in:
@@ -38,7 +38,6 @@ namespace WebApplicationBasic
|
||||
{
|
||||
var host = new WebHostBuilder()
|
||||
.UseContentRoot(Directory.GetCurrentDirectory())
|
||||
.UseDefaultHostingConfiguration(args)
|
||||
.UseIISPlatformHandlerUrl()
|
||||
.UseKestrel()
|
||||
.UseStartup<Startup>()
|
||||
|
||||
Reference in New Issue
Block a user