diff --git a/Dependencies.md b/Dependencies.md index 45a01db..8f79018 100644 --- a/Dependencies.md +++ b/Dependencies.md @@ -11,7 +11,7 @@ red | *Framework* via *Standard*† `-NRT` on a project indicates it has [nullable reference types](https://docs.microsoft.com/en-us/dotnet/csharp/nullable-references) disabled by default. -† doesn't cause issues if the *Standard* library is itself consumed in a *Framework* library or executable +† doesn't cause issues if the *Standard* library is itself consumed in a *Framework* library or executable, see [docs](https://learn.microsoft.com/en-us/dotnet/core/porting/third-party-deps#net-framework-compatibility-mode)
source