Open glopesdev opened 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.
netstandard2.0
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
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/ornet8.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