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

Commit 5735254

Browse files
committed
Removing references to UseDefaultHostingConfiguration
1 parent 30a9138 commit 5735254

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

samples/StaticFileSample/Startup.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ public void Configure(IApplicationBuilder app, ILoggerFactory factory, IHostingE
2929
public static void Main(string[] args)
3030
{
3131
var host = new WebHostBuilder()
32-
.UseDefaultHostingConfiguration(args)
3332
.UseKestrel()
3433
.UseIISIntegration()
3534
.UseStartup<Startup>()

0 commit comments

Comments
 (0)