dotnet/versionsweeper

Update Legacy.vbproj from .NET Framework net452, .NET Framework net461 to LTS (or current) version

github-actions opened this issue · 0 comments

The Legacy.vbproj project file targets a .NET version which is no longer supported. This is an auto-generated issue, detailed and discussed in dotnet/docs#22271.

See line 4 in non-lts/Legacy.vbproj.

Target version End of life Release notes Nearest LTS TFM version
net452 N/A net452 release notes net48
net461 N/A net461 release notes net48

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

If this project is intentionally targeting an unsupported version, you can optionally configure to ignore 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.

{
    "ignore": [
        "**/non-lts/Legacy.vbproj"
    ]
}