open-ephys / liboni

API for controlling ONI-compliant hardware
https://open-ephys.github.io/onix-docs/API%20Reference/index.html
0 stars 5 forks source link

Remove dependency from WindowsDesktop framework #25

Open glopesdev opened 4 months ago

glopesdev commented 4 months ago

Is there a reason why clroni depends on WindowsForms? Seems like both these lines could be changed, and for full cross-platform support replaced with multi-targeting for netstandard2.0 and/or net8.0.

https://github.com/open-ephys/liboni/blob/dababf06f10449e4de0ce2c67176081d4f24342b/api/clroni/clroni/clroni.csproj#L1

https://github.com/open-ephys/liboni/blob/dababf06f10449e4de0ce2c67176081d4f24342b/api/clroni/clroni/clroni.csproj#L8