imazen / resizer

The official repository for ImageResizer
http://imageresizing.net/
Other
566 stars 172 forks source link

Update Imazen.Profiling.csproj from .NET Framework net472 to LTS (or current) version #384

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

The Imazen.Profiling.csproj project file targets a .NET version which is no longer supported. This is an auto-generated issue, detailed and discussed in dotnet/docs#22271.

See line 5 in plugins/Imazen.Profiling/Imazen.Profiling.csproj.

Target version End of life Release notes Nearest LTS TFM version
net472 N/A net472 release notes net48

Consider upgrading the project to either the current release, or the nearest LTS TFM version.

If this project is intentionally targeting an unsupported version, you can optionally configure to ignore this automated issue. Create a file at the root of the repository, named dotnet-versionsweeper.json and add an ignore entry following the globbing patterns detailed here.

{
    "ignore": [
        "**/plugins/Imazen.Profiling/Imazen.Profiling.csproj"
    ]
}