Forum Discussion
maxkatz6
Apr 05, 2022Copper Contributor
Can we use Maui.Essentials without Maui UI framework?
Previously Xamarin.Essencials was an independed library that could be used with non-XamarinForms applications. Currently this library was rebranded into Maui.Essentials. Which raises a question, if ...
JamesMontemagno
Microsoft
Apr 13, 2022yes! you can add the following in your csproj:
```
<UseMauiEssentials>true</UseMauiEssentials>
```
```
<UseMauiEssentials>true</UseMauiEssentials>
```
- AlexNik4Sep 30, 2022Copper ContributorAny chance someone can update the documentation? This was extremely hard to find. When looking online everything states the property is UsingMauiEssentials (not Use) including your blog. https://devblogs.microsoft.com/xamarin/xamarin-essentials-1-7-and-introducing-net-maui-essentials/
Overall the documentation for migrating Xamarin Native apps to .NET6 is really lacking. All the documentation is MAUI related. We got through it but with a lot of headache.
Thanks!