Skip to content

Commit 0fb15b8

Browse files
committed
Fixed PackageId
1 parent a32a697 commit 0fb15b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

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

1515
<!-- Sets this up as a toolkit component's source project -->
1616
<Import Project="$(ToolingDirectory)\ToolkitComponent.SourceProject.props" />
17+
18+
<PropertyGroup>
19+
<PackageId>$(PackageIdPrefix).$(PackageIdVariant).Controls.$(ToolkitComponentName)</PackageId>
20+
</PropertyGroup>
1721
</Project>

0 commit comments

Comments
 (0)