Skip to content

Commit 18f96b6

Browse files
niels9001michael-hawker
authored andcommitted
Adding packageids to OpacityMaskView and Ribbon too
1 parent ea9c3a6 commit 18f96b6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

components/OpacityMaskView/src/CommunityToolkit.WinUI.Controls.OpacityMaskView.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@
1111

1212
<!-- Sets this up as a toolkit component's source project -->
1313
<Import Project="$(ToolingDirectory)\ToolkitComponent.SourceProject.props" />
14+
15+
<PropertyGroup>
16+
<PackageId>$(PackageIdPrefix).$(PackageIdVariant).Controls.$(ToolkitComponentName)</PackageId>
17+
</PropertyGroup>
1418
</Project>

components/Ribbon/src/CommunityToolkit.WinUI.Controls.Ribbon.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1111
</PropertyGroup>
1212

13+
<PropertyGroup>
14+
<PackageId>$(PackageIdPrefix).$(PackageIdVariant).Controls.$(ToolkitComponentName)</PackageId>
15+
</PropertyGroup>
16+
1317
<!-- Sets this up as a toolkit component's source project -->
1418
<Import Project="$(ToolingDirectory)\ToolkitComponent.SourceProject.props" />
1519
<ItemGroup>

0 commit comments

Comments
 (0)