Kyle-Gagner / PortAudio.Net

Cross platform .NET wrappers for PortAudio
Mozilla Public License 2.0
12 stars 7 forks source link

update to .NET Core 3.1 #3

Open medovina opened 4 years ago

medovina commented 4 years ago

It would be nice to update the .csproj files to target the latest version of .NET Core, i.e. 3.1.

2steuer commented 1 year ago

It's probably a little late, but still: You already can use the library in .NET Core 3.1. You might change the target framework to netstandard2.1 and remove the conditional compilation of the Span-Property (Issue #4), but even with netstandard2.0 you can use the library in a .NET Core 3.1 application.