dotnet / dotnet-api-docs

.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
https://docs.microsoft.com/dotnet/api/
Other
735 stars 1.57k forks source link

Upgrade from `v4.7.2` to LTS (or current) version #8189

Open github-actions[bot] opened 2 years ago

github-actions[bot] commented 2 years ago

The following project file(s) target a .NET version which is no longer supported. This is an auto-generated issue, detailed and discussed in dotnet/docs#22271.

Target version End of life Release notes Nearest LTS TFM version
v4.7.2 N/A v4.7.2 release notes net48

Consider upgrading projects to either the current release, or the nearest LTS TFM version.

If any of these projects listed in this issue are intentionally targeting an unsupported version, you can optionally configure to ignore these results in future automation executions. Create a (or update the) dotnet-versionsweeper.json file at the root of the repository and add an ignore entry following the globbing patterns detailed here.

{
    "ignore": [
        "**/path/to/example.csproj"
    ]
}
dotnet-issue-labeler[bot] commented 2 years ago

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

ghost commented 1 year ago

Tagging subscribers to this area: @roji, @ajcvickers See info in area-owners.md if you want to be subscribed.

Issue Details
The following project file(s) target a .NET version which is no longer supported. This is an auto-generated issue, detailed and discussed in [dotnet/docs#22271](https://github.com/dotnet/docs/issues/22271). | Target version | End of life | Release notes | Nearest LTS TFM version | | --- | --- | --- | --- | | `v4.7.2` | N/A | [v4.7.2 release notes](https://devblogs.microsoft.com/dotnet/announcing-the-net-framework-4-7-2/) | `net48` | - [ ] snippets/csharp/System.Data.Services.Client/DataServiceCollectionT/Overview/northwindclientcs.csproj Consider upgrading projects to either the current release, or the nearest LTS TFM version. If any of these projects listed in this issue are intentionally targeting an unsupported version, you can optionally configure to ignore these results in future automation executions. Create a (or update the) *dotnet-versionsweeper.json* file at the root of the repository and add an `ignore` entry following the [globbing patterns detailed here](https://learn.microsoft.com/dotnet/core/extensions/file-globbing). ```json { "ignore": [ "**/path/to/example.csproj" ] } ```
Author: github-actions[bot]
Assignees: -
Labels: `area-System.Data`, `untriaged`, `Pri3`, `dotnet-target-version`
Milestone: -