When trying to install Azure.Storage.Files.Shares on a empty .NET MAUI app (created directly from the VS 2022 17.4.4 wizard) I get a series off incompatibilities. If have tried a simple Console app and the problem is the same.
- Restoring packages for C:\Users\brend\source\repos\MauiApp7\MauiApp7\MauiApp7.csproj...
- NU1202: Package Azure.Storage.Files.Shares 12.12.1 is not compatible with net7.0-android33.0 (.NETCoreApp,Version=v7.0). Package Azure.Storage.Files.Shares 12.12.1 does not support any target frameworks.
- NU1202: Package Azure.Storage.Common 12.13.0 is not compatible with net7.0-android33.0 (.NETCoreApp,Version=v7.0). Package Azure.Storage.Common 12.13.0 does not support any target frameworks.
- NU1202: Package System.Text.Json 4.7.2 is not compatible with net7.0-android33.0 (.NETCoreApp,Version=v7.0). Package System.Text.Json 4.7.2 does not support any target frameworks.
- NU
Any ideas what I am missing?
I expected the Nuget package to install, just like the demos in the Microsoft examples