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?
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).
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...