dotnet / dotnet/versionsweeper
Upgrade from `net46` to LTS (or current) version
- Dominant language
- C#
- Stars
- 65
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
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](https://github.com/dotnet/docs/issues/22271).
| Target version | End of life | Release notes | Nearest LTS TFM version |
| --- | --- | --- | --- |
| `net46` | N/A | [net46 release notes](https://devblogs.microsoft.com/dotnet/announcing-net-framework-4-6/) | `net48` |
- [ ] non-lts/Sample.csproj
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](https://learn.microsoft.com/dotnet/core/extensions/file-globbing).
```json
{
"ignore": [
"**/path/to/example.csproj"
]
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.