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

Not able to install NuGet for Xamarin.Forms #106

Closed agehrin50 closed 4 years ago

agehrin50 commented 4 years ago

When trying to install the NuGet within a project, the following error occurs: Could not install package 'Microsoft.Win32.Registry 4.3.0'. You are trying to install this package into a project that targets 'MonoAndroid,Version=v9.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author. The project is using Xamarin.Forms version 4.4. We were looking to use this NuGet because of its ability to be cross-compatible since our project has mobile support; we are not using this NuGet within the mobile side of our project, but the mobile side ends up referencing the NuGet with how our project is setup.

jcurl commented 4 years ago

I can't help you there with Android. It's tested on Mono for Linux, so based on the NetFX desktop. You could try taking the sources and build yourself.

There's no plans to support this platform.