From 83529b59a1e945ab818ab66ccd44ec62bebd06d4 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Fri, 3 Sep 2021 09:10:24 -0700 Subject: [PATCH] Update generic-host.md (#23203) * Update generic-host.md * Update generic-host.md --- aspnetcore/fundamentals/host/generic-host.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aspnetcore/fundamentals/host/generic-host.md b/aspnetcore/fundamentals/host/generic-host.md index a9d65219d9..013dc2977d 100644 --- a/aspnetcore/fundamentals/host/generic-host.md +++ b/aspnetcore/fundamentals/host/generic-host.md @@ -1495,3 +1495,4 @@ public class MyClass * * GitHub link to [Generic Host source](https://github.com/dotnet/runtime/blob/main/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs) + [!INCLUDE[](~/includes/aspnetcore-repo-ref-source-links.md)]