When I install the latest Autofac (4.6.2) nuget in Visual Studio 2017, I get the following exception:
Could not install package 'System.Runtime.InteropServices.RuntimeInformation 4.0.0'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile111', 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.
I poked around on the Xamarin forms and found: https://forums.xamarin.com/discussion/90997/autofac-installation-issue and the answer I found there was in reference to targeting .NET standard. But, I'm targeting .NET 4.5.
Help?