You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/fundamentals/target-aspnetcore.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ This document provides guidance for using ASP.NET Core APIs in a class library.
15
15
16
16
## Determine which ASP.NET Core versions to support
17
17
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:
19
19
20
20
* Make an effort to support all ASP.NET Core versions classified as *Long-Term Support* (LTS).
21
21
* Not feel obligated to support ASP.NET Core versions classified as *End of Life* (EOL).
0 commit comments