How can I setup Microsoft.Maui.Essentials in my MAUI app? I read that it comes by default with .NET 6 which I have installed but whenever I use the Microsoft.Maui.Essentials; an error message appears:
The type or namespace name 'Essentials' does not exist in the namespace 'Microsoft.Maui' (are you missing an assembly reference
Your help is appreciated.