Mr-Markus / ZigbeeNet

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

Changes ZigBeeNet.Transport.SerialPort.csproj to netstandard #64

Closed TheBlubb14 closed 5 years ago

TheBlubb14 commented 5 years ago

So we can use this library in .Net Framework applications

Mr-Markus commented 5 years ago

Thanks for your PR

You are right, that it can now be used in fullframework .net applications, too. Otherwise it was only possible with net.core projects.

But there is one thing you have to notice: Because there is currently no implementation on linux for serial port it throws an NotImplementedExceptionon this platform if you run it there. This will be possible with .netcore 3.0 which will be released later this year.

Unfortunately it can not be build by Appvayor, so that i have to check it