docs icon indicating copy to clipboard operation
docs copied to clipboard

Upgrade from `net7.0` to LTS (or STS) version

Open github-actions[bot] opened this issue 1 year ago • 2 comments

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
net7.0 May, 24 2024 net7.0 release notes net8.0

Consider upgrading projects to either the Standard Term Support (STS) or Long Term Support (LTS) versions.

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"
    ]
}

github-actions[bot] avatar May 01 '24 00:05 github-actions[bot]

I can update the samples if this is going to be manual

rextor92 avatar May 09 '24 21:05 rextor92

I'm fine with that, as long as you tag this issue in the PR. And let's add ignore rules for the projects that are intentionally targeting .NET 7, for example, that are within a 7.0 folder. (such as some of the Docker content).

IEvangelist avatar May 15 '24 11:05 IEvangelist