Merge branch 'dev' of git://github.com/hishamco/Antiforgery into hdev
This commit is contained in:
commit
57dad8df8c
|
|
@ -70,6 +70,7 @@ namespace AntiforgerySample
|
|||
{
|
||||
var host = new WebHostBuilder()
|
||||
.UseDefaultConfiguration(args)
|
||||
.UseServer("Microsoft.AspNetCore.Server.Kestrel")
|
||||
.UseIISPlatformHandlerUrl()
|
||||
.UseStartup<Startup>()
|
||||
.Build();
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"server": "Microsoft.AspNetCore.Server.Kestrel"
|
||||
}
|
||||
Loading…
Reference in New Issue