punker76 / gong-wpf-dragdrop

The GongSolutions.WPF.DragDrop library is a drag'n'drop framework for WPF
BSD 3-Clause "New" or "Revised" License
2.25k stars 392 forks source link

I want to support net452? #452

Closed hbbliyong closed 1 year ago

hbbliyong commented 1 year ago

I want to support net452,could you teach me? i find the api visual treehelper.getdpi(object) not support net452,wether or not have other api can replace it ?

jizc commented 1 year ago

net452 was removed in PR #422. You can create a fork and reimplement the removed code.