We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are the any plans go for a .Net Core version ?
The text was updated successfully, but these errors were encountered:
I tried to target zwave-lib to .Net Core 2.2, you can check it here https://github.com/Bounz/zwave-lib-dotnet/tree/master/ZWaveLib2. You will also need this lib https://github.com/Bounz/serialport-lib-dotnet-core, which uses SerialPortStream library to replace mono's SerialPort class. I think it should be possible to use SerialPort class from .Net Core 3.0, but I didn't try it yet.
SerialPortStream
SerialPort
Sorry, something went wrong.
See pulll request #43
No branches or pull requests
Are the any plans go for a .Net Core version ?
The text was updated successfully, but these errors were encountered: