Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit a81f417

Browse files
committed
React to Hosting changes
1 parent 72134d7 commit a81f417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/WebSites/CorsMiddlewareWebSite/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public void Configure(IApplicationBuilder app)
2222
public static void Main(string[] args)
2323
{
2424
var host = new WebHostBuilder()
25-
.UseDefaultConfiguration(args)
25+
.UseDefaultHostingConfiguration(args)
2626
.UseIISPlatformHandlerUrl()
2727
.UseStartup<Startup>()
2828
.Build();

0 commit comments

Comments
 (0)