Merge branch 'release' into dev

This commit is contained in:
John Luo 2016-04-27 14:59:59 -07:00
commit fae70a2bfe
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ namespace StaticFilesSample
public static void Main(string[] args)
{
var host = new WebHostBuilder()
.UseDefaultHostingConfiguration(args)
.UseKestrel()
.UseIISIntegration()
.UseStartup<Startup>()