From 5c90e6d6226e7683ba6dea04485e0c2f150cf44a Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Wed, 6 Aug 2025 19:59:58 +1000 Subject: [PATCH] Link to docs for .NET Framework consumed by .NET Standard --- Dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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