stevenlovegrove / MqttDotNet

.net Implementation of the client half of the MQTT messaging protocol. MQTT is a lightweight, open specification publish and subscribe protocol cheifly developed by IBM. Details of MQTT can be found at http://mqtt.org.
MIT License
153 stars 91 forks source link

NetStandard 2.0 support ? #16

Open abrasat opened 6 years ago

abrasat commented 6 years ago

Are there any plans to support also NetStandard 2.0 ?

stevenlovegrove commented 6 years ago

Not from me, I'm afraid. Does much need to change?

abrasat commented 6 years ago

Normally not, see here or here

stevenlovegrove commented 6 years ago

If you are able to add support without breaking existing functionality, I'll happily take a pull request.