From 4d64c1849ddfa7a4ae08bb7d1c758311949504a1 Mon Sep 17 00:00:00 2001 From: John Luo Date: Tue, 22 Mar 2016 11:55:44 -0700 Subject: [PATCH] Reacting to Hosting changes --- samples/AntiforgerySample/Startup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/AntiforgerySample/Startup.cs b/samples/AntiforgerySample/Startup.cs index c8f6263b7b..d56e72aca6 100644 --- a/samples/AntiforgerySample/Startup.cs +++ b/samples/AntiforgerySample/Startup.cs @@ -69,7 +69,7 @@ namespace AntiforgerySample public static void Main(string[] args) { var host = new WebHostBuilder() - .UseDefaultConfiguration(args) + .UseDefaultHostingConfiguration(args) .UseServer("Microsoft.AspNetCore.Server.Kestrel") .UseIISPlatformHandlerUrl() .UseStartup()