Mr-Markus / ZigbeeNet

A .NET Standard library for working with ZigBee
Eclipse Public License 1.0
131 stars 47 forks source link

Replace ShareProjects #44

Closed Mr-Markus closed 5 years ago

Mr-Markus commented 5 years ago

Currently we are working with ShareProjects, so that we are able to create different targets.

But because this project should be a netstandard library there is no reason to do this. All referencing projects should be at version that support netstandard 2.0 as minimum.

For the serialport class you have to implement the IZigBeePort class in your project (see ZigBeeNetPlayground example)