Hello,
get the following error after updating my NuGet packages: 'Platform' does not contain a definition for 'Init'
Firstly, if .NET version is 8.0, please do not update Microsoft.Maui.Controls , Microsoft.Maui.Controls and Microsoft.Maui.Essentials to the 9.0 or later, please keep the 8.0.100
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.100" />
<PackageReference Include="Microsoft.Maui.Controls.Core" Version="8.0.100" />
<PackageReference Include="Microsoft.Maui.Essentials" Version="8.0.100" />
For these 3 warnings, please downgrade your Plugin.InAppBilling version to 7.1.3.
<PackageReference Include="Plugin.InAppBilling" Version="7.1.3" />
Best Regards,
Leon Lu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.