Merge branch 'dev' of git://github.com/hishamco/Antiforgery into hdev

This commit is contained in:
John Luo 2016-02-04 14:59:32 -08:00
commit 57dad8df8c
2 changed files with 1 additions and 3 deletions

View File

@ -70,6 +70,7 @@ namespace AntiforgerySample
{
var host = new WebHostBuilder()
.UseDefaultConfiguration(args)
.UseServer("Microsoft.AspNetCore.Server.Kestrel")
.UseIISPlatformHandlerUrl()
.UseStartup<Startup>()
.Build();

View File

@ -1,3 +0,0 @@
{
"server": "Microsoft.AspNetCore.Server.Kestrel"
}