marcojak / MauiMTAdmob

MIT License
104 stars 17 forks source link

Problem when building package in .net7 #30

Closed idiidi closed 1 year ago

idiidi commented 1 year ago

I have a .net7 Maui app and .net7 maui class library projects. I am using MVVM.

I have done the following:

I am getting the following error for The type 'controls:MTAdView' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built.

Am I doing something wrong or is there an issue with this package?