I have a .Net Maui project that is compiling fine, when I install the nuget plugin: Plugin.InAppBilling I can no longer compile the project and I receive this error:
A referenced assembly was compiled using a newer version of Microsoft.Windows.SDK.NET.dll. Please update to a newer .NET SDK in order to reference this assembly.
How can I solve this problem?
The only solution that I have found is to downgrade the package Plugin.InAppBilling from version 8.0.5 to version 7.1.3