Reacting to hosting rename
This commit is contained in:
parent
77ca6be6cb
commit
5135a8938e
|
|
@ -24,4 +24,5 @@ nuget.exe
|
|||
*.ncrunchsolution
|
||||
*.*sdf
|
||||
*.ipch
|
||||
project.lock.json
|
||||
project.lock.json
|
||||
/.vs/
|
||||
|
|
|
|||
|
|
@ -9,13 +9,13 @@ namespace ServerComparison.TestSites
|
|||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
var application = new WebApplicationBuilder()
|
||||
.UseConfiguration(WebApplicationConfiguration.GetDefault(args))
|
||||
var host = new WebHostBuilder()
|
||||
.UseDefaultConfiguration(args)
|
||||
.UseIISPlatformHandlerUrl()
|
||||
.UseStartup("ServerComparison.TestSites")
|
||||
.Build();
|
||||
|
||||
application.Run();
|
||||
host.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue