You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move Import statement before PackageId PropertyGroup to ensure
$(PackageIdVariant) is defined when PackageId is evaluated.
Previously, PackageId referenced $(PackageIdVariant) before the
Import that defines it, resulting in malformed package identifiers
like 'CommunityToolkit..Controls.Ribbon' (with empty variable).
This prevented Ribbon packages from being published to NuGet feeds.
All other controls have Import before PackageId and work correctly.
This aligns Ribbon with the established pattern.
Fixes#739
0 commit comments