Link to docs for .NET Framework consumed by .NET Standard

YoshiRulz 2025-08-06 19:59:58 +10:00
parent ff2a2e6dd3
commit 5c90e6d622
1 changed files with 1 additions and 1 deletions

@ -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. `-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)
<details> <details>
<summary>source</summary> <summary>source</summary>