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
639 stars 199 forks source link

Support VS 2017 Net Standard / Net Core Project Types #20

Closed SProst closed 7 years ago

SProst commented 7 years ago

Currently the Net Standard 1.5 project type is the old json based project type. Is there a roadmap to update to the standard xml .csproj type that Microsoft added in VS 2017?

Are there any plans to transition from packages.config and move to PackageReference?

jcurl commented 7 years ago

I have no plans to make this change, but you're more than welcome to propose a pull request. I need to make sure that it remains buildable using the build.bat script. I'll be staying with the packages.config as that is required for Linux (Mono IDE 5.10) as I'm still supporting .NET 4.0