From a2067b098de3fa72b80acdabf4922ec3b34fc8c7 Mon Sep 17 00:00:00 2001 From: HMZ Date: Tue, 9 Nov 2021 19:40:06 +0200 Subject: [PATCH] Reference the correct code snippet in "Customize IWebHostBuilder" section. (#23808) Reference the correct code snippet when changing the HTTP server implementation to be HTTP.sys based. --- aspnetcore/migration/50-to-60-samples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/migration/50-to-60-samples.md b/aspnetcore/migration/50-to-60-samples.md index 7f22435987..00734c195a 100644 --- a/aspnetcore/migration/50-to-60-samples.md +++ b/aspnetcore/migration/50-to-60-samples.md @@ -211,7 +211,7 @@ public static IHostBuilder CreateHostBuilder(string[] args) => ### ASP.NET Core 6 -[!code-csharp[](50-to-60-samples/samples/Web6Samples/Program.cs?name=snippet_hb)] +[!code-csharp[](50-to-60-samples/samples/Web6Samples/Program.cs?name=snippet_whb)] ## Change the web root