imazen / resizer

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

Upgrade project(s) to the SDK-style project format #450

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

There are 103 project(s) using the non-SDK-style project format. This is an auto-generated issue, detailed and discussed in dotnet/docs#22271.

Consider upgrading the project(s) to the SDK-style format.

If this project is intentionally demonstrating the old project style, 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": [
        "**/Path/To/Example.csproj"
    ]
}