Npgsql: Target netcoreapp3.1 instead of netcoreapp3.0

Created on 19 Sep 2020  路  2Comments  路  Source: npgsql/npgsql

Lifecycle of .NET Core 3.0 ended on March 3, so it won't receive any updates. Should we retarget our packages to 3.1?

breaking change cleanup

Most helpful comment

It's true that targeting netcoreapp3.0 now generates an annoying end-of-life warning with the latest SDKs... I think it's OK to change it to netcoreapp3.1...

All 2 comments

It's true that targeting netcoreapp3.0 now generates an annoying end-of-life warning with the latest SDKs... I think it's OK to change it to netcoreapp3.1...

Note that users can still target netcoreapp3.0 because we still target netstandard2.1 (and netstandard2.0).

Was this page helpful?
0 / 5 - 0 ratings