Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 1 projects in NetFrameworkSample.sln to LTS (or current) version #2

Open
github-actions bot opened this issue Aug 15, 2022 · 0 comments
Open
Labels
dotnet-target-version Issues and PRs automatically generated from the .NET version sweeper.

Comments

@github-actions
Copy link

There are 1 projects in NetFrameworkSample.sln that target a .NET version which is no longer supported. This is an auto-generated issue, detailed and discussed in dotnet/docs#22271.

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

Consider upgrading 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 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": [
        "**/net-framework-example/NetFrameworkSample/NetFrameworkSample.csproj"
    ]
}
@github-actions github-actions bot added the dotnet-target-version Issues and PRs automatically generated from the .NET version sweeper. label Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet-target-version Issues and PRs automatically generated from the .NET version sweeper.
Projects
None yet
Development

No branches or pull requests

0 participants