dotnetcore/FlubuCore

Dropping support for .NET Standard 1.6

huanlin opened this issue · 2 comments

Not sure if anyone still need support for .NET Standard 1.6.
If none, we may drop them in the near future.
While dropping .NET Standard 1.6, we can remove some conditional #ifdef statements.

Impact: there might be some packages still require .NET Standard 1.6, then we'll need to either update those packages (if possible) or find other alternatives.

So I think netcoreapp1.0 and netcoreapp1.1 will be removed as well.
Dependent packages will be updated to latest compatible versions.

Yes i've mentioned this on gitter. netcoreapp1.0 and netcoreapp1.1 support's up to netstandard 1.6.