File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/libraries/Microsoft.Extensions.Hosting.Abstractions/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ The main types provided by this library are:
2323* ` Microsoft.Extensions.Hosting.IHostedService `
2424
2525## Additional Documentation
26- * [ Conceptual documentation]
26+ * Conceptual documentation
2727 - [ Worker services in .NET] ( https://learn.microsoft.com/dotnet/core/extensions/workers )
2828 - [ Implement the IHostedService interface] ( https://learn.microsoft.com/dotnet/core/extensions/timer-service )
29- * [ API documentation]
29+ * API documentation
3030 - [ BackgroundService] ( https://learn.microsoft.com/dotnet/api/microsoft.extensions.hosting.backgroundservice )
3131 - [ IHostBuilder] ( https://learn.microsoft.com/dotnet/api/microsoft.extensions.hosting.ihostbuilder )
3232 - [ IHostedService] ( https://learn.microsoft.com/dotnet/api/microsoft.extensions.hosting.ihostedservice )
You can’t perform that action at this time.
0 commit comments