Could not install package
EldinHb opened this issue · 2 comments
EldinHb commented
I get this error when I try to install your package in a newly created Xamarin.Forms project.
Could not install package 'Naxam.BottomTabbedPage 0.2.0.2'. 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.
What can I do to install your package?
tuyen-vuduc commented
The latest version is to work with .NETStandard only :).
EldinHb commented
Thanks, changed to .NETStandard 2.0 and everything works now.