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

Commit fae70a2

Browse files
committed
Merge branch 'release' into dev
2 parents 3b262b1 + 5735254 commit fae70a2

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)