From 2c4585340daf24f9e7d711181050bdc4a82d1586 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Fri, 3 Sep 2021 07:36:31 -0700 Subject: [PATCH] Update generic-host.md (#23201) --- 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 154fa8a7a5..a9d65219d9 100644 --- a/aspnetcore/fundamentals/host/generic-host.md +++ b/aspnetcore/fundamentals/host/generic-host.md @@ -1494,3 +1494,4 @@ public class MyClass ## Additional resources * +* GitHub link to [Generic Host source](https://github.com/dotnet/runtime/blob/main/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs)