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