imazen / resizer

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

Update 1 projects in COMInstaller.sln to LTS (or current) version #379

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

There are 1 projects in COMInstaller.sln that target a .NET version which is no longer supported. This is an auto-generated issue, detailed and discussed in dotnet/docs#22271.

TFM in project Target version End of life Release notes Nearest LTS TFM version
COMInstaller.csproj v4.5 January, 12 2016 v4.5 release notes net48

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

If any of these projects are 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": [
        "**/deprecated/tools/COMInstaller/COMInstaller.csproj"
    ]
}