roblans / ZWave4Net

ZWave4Net is a .NET library that interfaces with the Aeotec / Aeon Labs Z-Stick.
MIT License
41 stars 34 forks source link

Added support for NetStandard2.0 for the built in SerialPort class. #13

Closed threax closed 6 years ago

threax commented 6 years ago

This is all I needed to change to get a working library compiled against .net standard 2.0. If you wanted to adopt this I can do any other cleanup you might want or I can finish the configuration of the net standard csproj. This worked well in my .net core app on Windows and I was able to connect to my stick.

Thanks for the great library.

richardthombs commented 6 years ago

@threax I was literally just wondering how much work it would be to get a .NET Core version!