dotnet/versionsweeper

Upgrade from `netcoreapp1.0` to LTS (or current) version

IEvangelist opened this issue · 0 comments

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.

Target version End of life Release notes Nearest LTS TFM version
netcoreapp1.0 June, 27 2019 netcoreapp1.0 release notes netcoreapp2.1

Consider upgrading projects 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 including them in 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"
    ]
}