dotnet / docs-desktop

This repository contains .NET documentation related to Windows Forms (winforms) and Windows Presentation Foundation (WPF).
Creative Commons Attribution 4.0 International
196 stars 177 forks source link

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

Closed github-actions[bot] closed 4 months ago

github-actions[bot] commented 5 months ago

The following project file(s) target a .NET version that's 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 N/A 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"
    ]
}