I am porting my app to use the newly release Visual Studio for Mac. When I create a new Xamarin Forms solution I no longer see the option to add a package to the shared project (only to the iOS project). This means that I cannot use the XLabs.Core Resolver class to implement a custom background renderer.
When I load a solution that was previously created with Xamarin Studio for Mac the shared solution shows NuGet packages for the shared project.
How can I get the NuGet package functionality for the shared project in Visual Studio for Mac, or alternatively, how can I use the Resolver class without the XLabs.Core package?