Commit 7aca99b
committed
Fix Ribbon control PackageId evaluation order
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 #7391 parent 5438e4d commit 7aca99b
1 file changed
Lines changed: 3 additions & 2 deletions
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
17 | | - | |
18 | | - | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments