Xabaril / Esquio

Esquio is a Feature Toggle Library for .NET Developers.
Apache License 2.0
428 stars 49 forks source link

Downgrade to .NET Standard 2.0 #148

Closed unaizorrilla closed 4 years ago

unaizorrilla commented 4 years ago

At this moment, Esquio is .NET Standard 2.1 with this restrictions to 2.0

Some people ask about use Esquio on .NET Standard 2.0 to allow full framework and other not up to date projects. We can create a multitarget package to allow both ( .NET Standard 2.0 and .NET Standard 2.1 )

Here is some info about multi-target libraries on .NET Core

unaizorrilla commented 4 years ago

Branch features/MultiTarget is the working branch for this feature!!