You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have started simplifying the projects and I noticed that almost all of conditional compilation (#if COREFX) is actually because of the .NET Standard 1.6 target framework.
So, would you consider dropping support for .NET Standard 1.6 in the next release? That would simplify a lot of things.
The text was updated successfully, but these errors were encountered:
Anyway, I have opened #209 which simplifies the projects without modifying the supported target frameworks. Il will be easy to drop .NET Standard 1.6 as I explained in the comments of this pull request.
I have started simplifying the projects and I noticed that almost all of conditional compilation (
#if COREFX
) is actually because of the .NET Standard 1.6 target framework.So, would you consider dropping support for .NET Standard 1.6 in the next release? That would simplify a lot of things.
The text was updated successfully, but these errors were encountered: