I'm trying to add Plugin.MediaManager to my shared project but it gives me an error like this :
I've found this topic : Package X is not compatible with netstandard2.0 but this is not fixed my problem. I guess there is an mismatch between my project and this nuget package. What should I do to add this nuget package to my project ?
You can try the two following solution:
Plugin.MediaManager 1.2.2
when your maui project's target framework is .net 7.0.Plugin.MediaManager 1.1.0
or older one which is compatible with netstandard2.0.