Skip to content

Commit b615c48

Browse files
IEvangelistRick-Andersonguardrex
authored
Update dependency-injection.md (#20331)
* Update dependency-injection.md More accurately describe the applicable apps for DI when pointing to .NET docs. It is for all .NET apps other than web apps, not just console apps. * Update aspnetcore/fundamentals/dependency-injection.md Co-authored-by: Luke Latham <llatham@aquent.com> Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Co-authored-by: Luke Latham <llatham@aquent.com>
1 parent 5e6860c commit b615c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/fundamentals/dependency-injection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ASP.NET Core supports the dependency injection (DI) software design pattern, whi
1919

2020
For more information specific to dependency injection within MVC controllers, see <xref:mvc/controllers/dependency-injection>.
2121

22-
For information on using dependency injection in console apps, see [Dependency injection in .NET](/dotnet/core/extensions/dependency-injection)
22+
For information on using dependency injection in applications other than web apps, see [Dependency injection in .NET](/dotnet/core/extensions/dependency-injection).
2323

2424
For more information on dependency injection of options, see <xref:fundamentals/configuration/options>.
2525

0 commit comments

Comments
 (0)