dotnet / dotnet-api-docs

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

Upgrade from `net472` to LTS (or current) version #6701

Open github-actions[bot] opened 3 years ago

github-actions[bot] commented 3 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
net472 N/A net472 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"
    ]
}
ghost commented 3 years ago

Tagging subscribers to this area: @eiriktsarpalis 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 | | --- | --- | --- | --- | | `net472` | N/A | [net472 release notes](https://devblogs.microsoft.com/dotnet/announcing-the-net-framework-4-7-2/) | `net48` | - [ ] [samples/snippets/csharp/api/system.xml.linq/xnode/readfrom/readfrom.csproj](../blob/main/samples/snippets/csharp/api/system.xml.linq/xnode/readfrom/readfrom.csproj#L5) - [ ] [samples/snippets/csharp/VS_Snippets_CLR_System/system.Linq.Enumerable/CS/Enumerable.csproj](../blob/main/samples/snippets/csharp/VS_Snippets_CLR_System/system.Linq.Enumerable/CS/Enumerable.csproj#L5) - [ ] [samples/snippets/csharp/VS_Snippets_VBCSharp/CsLINQEncapsulatedComparer/CS/EncapsulatedComparer.csproj](../blob/main/samples/snippets/csharp/VS_Snippets_VBCSharp/CsLINQEncapsulatedComparer/CS/EncapsulatedComparer.csproj#L5) - [ ] [samples/snippets/visualbasic/api/system.xml.linq/xnode/readfrom/readfrom.vbproj](../blob/main/samples/snippets/visualbasic/api/system.xml.linq/xnode/readfrom/readfrom.vbproj#L5) - [ ] [samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Linq.Enumerable/VB/Enumerable.vbproj](../blob/main/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Linq.Enumerable/VB/Enumerable.vbproj#L6) Consider upgrading projects to either the current release, or the nearest LTS TFM version. If any of these projects are intentionally targeting an unsupported version, you can optionally configure to ignore including them in this automated issue. Create a file at the root of the repository, named *dotnet-versionsweeper.json* and add an `ignore` entry following the [globbing patterns detailed here](https://docs.microsoft.com/dotnet/api/microsoft.extensions.filesystemglobbing.matcher#remarks). ```json { "ignore": [ "**/path/to/example.csproj" ] } ```
Author: github-actions[bot]
Assignees: -
Labels: `:watch: Not Triaged`, `Pri3`, `area-System.Linq`, `dotnet-target-version`
Milestone: -