Most everything in Xamarin now is .NETStandard. When I try to add the nuget to a .NETStandard1.4 based project, I get an error that the package couldn't be added. What do I need to change in my project.json file in order to support this package?
Thanks,
Matthew Belk