In the following file:
https://github.com/dotMorten/MauiEx/blob/main/MauiEx/MauiEx.csproj
Please change:
<TargetFrameworks>net7.0-android;net7.0-ios;net7.0-maccatalyst</TargetFrameworks>
To:
<TargetFrameworks>net7.0;net7.0-android;net7.0-ios;net7.0-maccatalyst</TargetFrameworks>
That way a unittest project can also run against a maui project that uses this package.