File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,10 +105,10 @@ Each `services.Add{LIFETIME}<{SERVICE}>` extension method adds (and potentially
105105
106106The app:
107107
108- - Creates an < xref:Microsoft.Extensions.Hosting.IHostBuilder > instance with [ host builder settings] ( generic-host.md#host-builder-settings ) .
108+ - Creates an < xref:Microsoft.Extensions.Hosting.IHostApplicationBuilder > instance with [ host builder settings] ( generic-host.md#host-builder-settings ) .
109109- Configures services and adds them with their corresponding service lifetime.
110110- Calls < xref:Microsoft.Extensions.Hosting.IHostBuilder.Build > and assigns an instance of < xref:Microsoft.Extensions.Hosting.IHost > .
111- - Calls ` ExemplifyScoping ` , passing in the < xref:Microsoft.Extensions.Hosting.IHost.Services?displayProperty=nameWithType > .
111+ - Calls ` ExemplifyServiceLifetime ` , passing in the < xref:Microsoft.Extensions.Hosting.IHost.Services?displayProperty=nameWithType > .
112112
113113## Conclusion
114114
You can’t perform that action at this time.
0 commit comments