jcurl / RJCP.DLL.SerialPortStream

SerialPortStream is an independent implementation of System.IO.Ports.SerialPort and SerialStream for better reliability and maintainability. Default branch is 2.x and now has support for Mono with help of a C library.
Microsoft Public License
628 stars 197 forks source link

Netstandard fix dependencies #14

Closed clegendre closed 7 years ago

clegendre commented 7 years ago

Just a little update to your pull request by fixing dependencies (NewtonSoft.Json and Microsoft.Extensions.Logging are not required here). Also sets the SDK to preview2 in global.json.

jaime-olivares commented 7 years ago

@clegendre a pull request over another pull request is really confusing. You could just comment the original one. That's why the comment section is there.

clegendre commented 7 years ago

@jaime-olivares Sorry, just wanted to contribute. You can integrate these changes into your pull request and I will close this one.