NuGet errors when trying to install MAUI.Controls package on .NET 7
Hey
I'm started a new project after installing the workload for MAUI. However I'm missing some useful controls, for example Comboboxes. I tried installing the "maui.controls.runtime" package but I'm getting several errors. I believe it's a versioning problem but I can't figure it out.
This is the error when I try to install it:
1 Reply
Translated it means the package has a package of type DotnetPlatform for which the project offers no support
I think I figured out that it wasn't meant to be installed like this. Not sure why it shows listen then but there's a bunch of them on the list that are supposed to be installed with a different package
still, I haven't found a way to use a combobox