Upgrade from `v4.5.2` to LTS (or current) version

Open
#88 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
42/100
Issue type
Refactor
Clarity
Clearly specified
Activity status
Stale
Tech stack
csharp
Domain
build-system

Research direction

Start by opening non-lts/ReallyOld.xproj at line 13 and review its current target version against the linked release information. Update the project to the nearest LTS TFM version, net48, or the current release, then confirm the project still loads and builds; if the target is intentional, inspect the documented dotnet-versionsweeper.json ignore configuration instead.

Written by the indexing model from the issue text.

Description

dotnet-target-version

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
v4.5.2 N/A v4.5.2 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"
    ]
}
Dominant language
C#
Stars
65
Forks
16
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from dotnet/versionsweeper

All issues in dotnet/versionsweeper

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.