Skip to content

Commit 43b7ae2

Browse files
authored
Update aspnetcore/fundamentals/target-aspnetcore.md
1 parent ad23743 commit 43b7ae2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/fundamentals/target-aspnetcore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This document provides guidance for using ASP.NET Core APIs in a class library.
1515

1616
## Determine which ASP.NET Core versions to support
1717

18-
ASP.NET Core adheres to the [.NET support policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core). Consult the support policy when determining which ASP.NET Core versions to support in a library. A library should:
18+
ASP.NET Core adheres to the [.NET and .NET Core support policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core). Consult the support policy when determining which ASP.NET Core versions to support in a library. A library should:
1919

2020
* Make an effort to support all ASP.NET Core versions classified as *Long-Term Support* (LTS).
2121
* Not feel obligated to support ASP.NET Core versions classified as *End of Life* (EOL).

0 commit comments

Comments
 (0)