Upgrade from `net472` to LTS (or STS) version
- Dominant language
- No language data
- Stars
- 4.8k
- Forks
- 6.1k
- Avg merge
- 15h 21m
- Merged PRs (30d)
- 370
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](https://github.com/dotnet/docs/issues/22271).
| Target version | End of life | Release notes | Nearest LTS TFM version |
| --- | --- | --- | --- |
| `net472` | N/A | [net472 release notes](https://devblogs.microsoft.com/dotnet/announcing-the-net-framework-4-7-2/) | `net48` |
- [ ] docs/.../roslyn-sdk/tutorials/snippets/how-to-write-csharp-analyzer-code-fix/MakeConst/MakeConst.Vsix/MakeConst.Vsix.csproj
- [ ] samples/snippets/visualbasic/language-reference/error-messages/bc30451/vbruntime.vbproj
- [ ] samples/snippets/visualbasic/language-reference/error-messages/bc30456/bc30456.vbproj
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](https://learn.microsoft.com/dotnet/core/extensions/file-globbing).
```json
{
"ignore": [
"**/path/to/example.csproj"
]
}
```
Contributor guide
Assessment
This issue has not been assessed yet.