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

Open
#7,119 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
52/100
Issue type
Refactor
Clarity
Clearly specified
Activity status
Quiet
Tech stack
csharp
Domain
build-system

Research direction

Start by inspecting the TargetFramework entries at the linked lines in the listed .csproj files, including azure/app-configuration-dynamic-reload/app-configuration-dynamic-reload.csproj and core/hosting/src/App/App.csproj. Update the affected projects to the selected supported LTS or STS target, then build or otherwise validate each sample; done means every listed project is upgraded or intentionally covered by dotnet-versionsweeper.json.

Written by the indexing model from the issue text.

Description

dotnet-target-version

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
net6.0 November, 12 2024 net6.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"
    ]
}
Dominant language
C#
Stars
3.7k
Forks
5.1k
Avg merge
8m
Merged PRs (30d)
1

Contributor guide

Open the contributing guide

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/samples

All issues in dotnet/samples

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.