1
0
mirror of synced 2025-12-19 18:06:02 -05:00

Fix linter errors in repo (#9689)

* Fix linter errors

* Update links
This commit is contained in:
Rich Lander
2025-01-13 21:40:52 -08:00
committed by GitHub
parent f82833aa44
commit 8c8e5836c3
3212 changed files with 48485 additions and 57530 deletions

View File

@@ -59,8 +59,8 @@ Additionally, customers targeting an out-of-support .NET version in their projec
[.NET packages](https://www.nuget.org/profiles/dotnetframework) are no longer supported when either of the following occurs:
- A new version of the package is available. Some packages support multiple patches versions at once, one per major version matching a supported major .NET version.
- The package exclusively includes implementations for out-of-support .NET versions.
* A new version of the package is available. Some packages support multiple patches versions at once, one per major version matching a supported major .NET version.
* The package exclusively includes implementations for out-of-support .NET versions.
Nuget.org includes [version](https://www.nuget.org/packages/System.Text.Json/#versions-body-tab) and [supported framework](https://www.nuget.org/packages/System.Text.Json/#supportedframeworks-body-tab) information that can be used to determine support status for packages.
@@ -68,9 +68,9 @@ Nuget.org includes [version](https://www.nuget.org/packages/System.Text.Json/#ve
To remain supported, you must do the following:
- Use a supported SDK
- Target a supported .NET version (via the `TargetFramework` property)
- Reference supported packages
* Use a supported SDK
* Target a supported .NET version (via the `TargetFramework` property)
* Reference supported packages
## Operating System support