dfds / dafda

.NET Kafka client library
7 stars 18 forks source link

Update Academia.csproj from .NET Core 3.1 to LTS (or current) version #76

Open github-actions[bot] opened 1 year ago

github-actions[bot] commented 1 year ago

The Academia.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 4 in examples/Academia/Academia.csproj.

Target version End of life Release notes Nearest LTS TFM version
netcoreapp3.1 December, 13 2022 netcoreapp3.1 release notes net6.0

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": [
        "**/examples/Academia/Academia.csproj"
    ]
}