Upgrade from netcoreapp3.1
to LTS (or STS) version #41977
Open
Description
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 |
---|---|---|---|
netcoreapp3.1 |
December, 13 2022 | netcoreapp3.1 release notes | net8.0 |
- docs/core/whats-new/snippets/dotnet-core-2-1/csharp/whats-new.csproj
- docs/core/whats-new/snippets/dotnet-core-2-1/vb/whats-new.vbproj
- docs/core/whats-new/snippets/dotnet-core-3-0/csharp/whats-new.csproj
- docs/.../roslyn-sdk/tutorials/snippets/how-to-write-csharp-analyzer-code-fix/MakeConst/MakeConst.Test/MakeConst.Test.csproj
- samples/snippets/csharp/roslyn-sdk/SyntaxTransformationQuickStart/ConstructionCS/ConstructionCS.csproj
- samples/snippets/csharp/roslyn-sdk/SyntaxTransformationQuickStart/TransformationCS/TransformationCS.csproj
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"
]
}