dsharlet / LiveSPICE

Real time SPICE simulation for audio signals
MIT License
419 stars 61 forks source link

Drop library targets back to netstandard2.0 #181

Closed dsharlet closed 1 year ago

dsharlet commented 1 year ago

@Federerer let me know if you think this look right. I think even command line apps should target net6.0-windows due to significant performance improvements. (I ruled out the recent CompareTo fix as the cause of this improvement)

Federerer commented 1 year ago

I think even command line apps should target net6.0-windows due to significant performance improvements.

They have to, as they are apps, not libraries.