NZSmartie / CoAP.Net

Constrained Applciaiton Protocol (CoAP) [RFC7252] for .Net Standard
https://nzsmartie.co.nz/CoAP.Net/
Apache License 2.0
34 stars 11 forks source link

Bumping netstandard down from 1.4 to 1.3 #10

Closed malachib closed 6 years ago

malachib commented 6 years ago

Wider compatibility

We use code at work which is only compatible up to netstandard 1.3, so I wanted to see if your code runs well at that level. It seems to, all unit tests pass OK !

NZSmartie commented 6 years ago

Build looks good. and failed tests are expected (they're due to a race condition).

I don't recall what my intention was for using .Net Standard 1.4 over 1.3.

malachib commented 6 years ago

Sweet! This should help us a lot here. Assuming MS pulls through on some unrelated netstandard idiosyncrasies...