Skip to content

Commit 73b8f8a

Browse files
committed
fix crefs
1 parent 294720e commit 73b8f8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/Microsoft.Extensions.Hosting/IHost.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</ReturnValue>
5454
<Docs>
5555
<summary>
56-
Gets the services configured for the program (for example, using <see cref="M:HostBuilder.ConfigureServices(Action&lt;HostBuilderContext,IServiceCollection&gt;)" />).
56+
Gets the services configured for the program (for example, using <see cref="M:HostBuilder.ConfigureServices(Action{HostBuilderContext,IServiceCollection})" />).
5757
</summary>
5858
<value>To be added.</value>
5959
<remarks>To be added.</remarks>
@@ -81,7 +81,7 @@
8181
<param name="cancellationToken">Used to abort program start.</param>
8282
<summary>
8383
Starts the <see cref="T:Microsoft.Extensions.Hosting.IHostedService" /> objects configured for the program.
84-
The application will run until interrupted or until <see cref="M:IHostApplicationLifetime.StopApplication()" /> is called.
84+
The application will run until interrupted or until <see cref="M:Microsoft.Extensions.Hosting.IHostApplicationLifetime.StopApplication" /> is called.
8585
</summary>
8686
<returns>A <see cref="T:System.Threading.Tasks.Task" /> that will be completed when the <see cref="T:Microsoft.Extensions.Hosting.IHost" /> starts.</returns>
8787
<remarks>To be added.</remarks>

0 commit comments

Comments
 (0)