I have a solution with class libraries targeted at netstandard2, iOS, Android, UWP, and Wpf (net 47).
The vast majority of the code is in the netstandard 2 project, but I have some custom controls that use renderers in the platform specific (iOS, Android, UWP, Wpf) projects.
I have a few nuget packages installed as well (like Rg.Plugins.Popup, SkiaSharp, etc)
I'd to make a nuget package that I could import into another project. Searching the web finds so many examples, but none seem applicable. Most examples use a pcl library, or a single-target library.
Could someone who understands the nuget package process help me? Thanks!
Note: I saw the SDK style by James Montemagno, and it looks great, but no idea how to add platform specific dependencies on other nuget packages.