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
624 stars 197 forks source link

Issue 55 #56

Closed Amarok79 closed 6 years ago

Amarok79 commented 6 years ago

This PR enables strong-name signing also for the netstandard1.5 target, so that all target assemblies in the NuGet package have the same PublicKeyToken.

This fixes #55. I verified that locally by creating a modified package of SerialPortStream that contains net40, net45 and netstandard1.5 target assemblies all with the same public key token. Then I updated my projects with that locally-built package and my problems reported as in #55 go away.

Changes I made:

jcurl commented 6 years ago

Modified version is now integrated with Issue #55