Hi guys,
We really like the way the new Xamarin.Forms project templates manage NuGet packages (cleanly). It makes things much easier to manage, thus, we'd like to convert our older apps to this new format. We've successfully converted our PCLs to .NET Standard, but we can't seem to find any information on how to convert the Android & iOS projects to use .csproj for package references.
Can anyone share how to do this? We really don't want to HAVE to take the time (yet) to create new .NET Standard solutions and migrate our code into the new projects. It seems like there should be a way to achieve the same ends the other direction...
Thanks in advance,
-Derek