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

Commit 2029510

Browse files
committed
Remove hosting.json
1 parent bc84437 commit 2029510

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

test/WebSites/CorsMiddlewareWebSite/Startup.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public static void Main(string[] args)
2323
{
2424
var host = new WebHostBuilder()
2525
.UseDefaultHostingConfiguration(args)
26+
.UseKestrel()
2627
.UseIISPlatformHandlerUrl()
2728
.UseStartup<Startup>()
2829
.Build();

test/WebSites/CorsMiddlewareWebSite/hosting.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)