NAXAM/bottomtabbedpage-xamarin-forms

Could not install package

EldinHb opened this issue · 2 comments

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?

The latest version is to work with .NETStandard only :).

Thanks, changed to .NETStandard 2.0 and everything works now.