nilsauf / RxSerialPort

Extensions to make SerialPort reactive
https://www.nuget.org/packages/RxSerialPort
MIT License
4 stars 1 forks source link

add netstandard2.0 support #92

Closed IOL0ol1 closed 3 weeks ago

IOL0ol1 commented 3 weeks ago

add <LangVersion>default</LangVersion> to support netstandard2.0 <Nullable>enable</Nullable> on my vs2022 https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/configure-language-version

System.Reactive doesn't have a dependency on netstandard2.1, so I didn't add netstandard2.1 to RxSerialPort

nilsauf commented 3 weeks ago

Nice! Thanks for pointing me to the LangVersion, I learned something new today 👍