RWS / Multiselect-ComboBox

The multi selection combo box is a WPF custom control with multiple item selection capabilities, along with customizable features to group, sort and filter items in the collection.
Apache License 2.0
182 stars 55 forks source link

Restore .NET 4.7 compatibility? #69

Closed molnarm closed 1 year ago

molnarm commented 2 years ago

The solution still builds for .NET 4.7 without problems, would you consider re-adding it to the targets so the NuGet package could be used with older versions?

sdolhaor commented 1 year ago

Hello. We would like to use .NET Framework 4.8 for longer term support. However, 4.7.2 can technically be used, indeed, and you can fork the repo if you wish, and adapt it to your project needs, e.g. if you need to still target the previous version of the Framework. Thank you!