React to hosting platform handler API changes.
This commit is contained in:
parent
73fb78c47d
commit
77ca6be6cb
|
|
@ -11,6 +11,7 @@ namespace ServerComparison.TestSites
|
|||
{
|
||||
var application = new WebApplicationBuilder()
|
||||
.UseConfiguration(WebApplicationConfiguration.GetDefault(args))
|
||||
.UseIISPlatformHandlerUrl()
|
||||
.UseStartup("ServerComparison.TestSites")
|
||||
.Build();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue