tiger4589 / Xamarin.Forms-CardView

A Package to create a CardView using Xamarin.Forms that works on the three platforms (Android, iOS, UWP)
MIT License
66 stars 16 forks source link

Not compatible with .NET Standard 2.0 #5

Closed ghost closed 6 years ago

ghost commented 6 years ago

Getting the an error message when I try out the example XAML code.

`

` > Type CardView not found in xmlns http://xamarin.com/schemas/2014/forms I believe this error is being caused by the incompatibility, since Visual Studio is having to revert the package to the .NET Framework, instead of using .NET Standard