Unleash / unleash-client-dotnet

Unleash client SDK for .NET
Apache License 2.0
77 stars 39 forks source link

Reducation in target frameworks #189

Open thompson-tomo opened 7 months ago

thompson-tomo commented 7 months ago

Describe the solution you'd like The unleash nuget is no longer compiled for net451 & net46 as the net45 can and should be used The unleash nuget is no longer compiled for net47 & net472 as the net461 can and should be used

The current additional frameworks are adding un-necessary bloat to the package especially as newer dotnet functionality is being implemented.

Describe alternatives you've considered Removal of support of net 45 to avoid target framework conditional code

Splitting of the package which in hindsight is a preferred option.

daveleek commented 6 months ago

We're planning to overhaul supported/packaged framework versions