enisn / Xamarin.Forms.InputKit

CheckBox, Radio Button, Labeled Slider, Dropdowns etc.
MIT License
588 stars 100 forks source link

MAUI Preview 11 #235

Closed maxkoshevoi closed 2 years ago

maxkoshevoi commented 2 years ago

Could you please release new NuGet version, built using Preview 11? There's an issue in it where MAUI projects that are built using preview 11, cannot include NuGets that are built using earlier versions: https://github.com/dotnet/maui/issues/3965

Note: There are still warnings about StackLayout being deprecated in favor of Grid, but everything builds successfully.

enisn commented 2 years ago

Thanks for your contribution. I'll merge this and release the version. But you should know that all components don't work on MAUI right now. This is a really early preview version :)

maxkoshevoi commented 2 years ago

@enisn pre.3 still depends on MAUI Preview 11. I think, you need to update your Visual Studio / workload

image