Skip to content

Commit

Permalink
Update base package tags
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-hawker committed Aug 17, 2023
1 parent 1535076 commit 80b8f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</ItemGroup>

<PropertyGroup>
<CommonTags>$(CommonTags);UWP;WinUI;Uno;Labs;Experimental</CommonTags>
<CommonTags>$(CommonTags);UWP;WinUI;Uno;Platform;WindowsAppSDK;WASDK;WinAppSDK;Universal</CommonTags>
<PackageTags Condition="'$(PackageTags)' != ''">$(CommonTags);$(PackageTags)</PackageTags>
<PackageTags Condition="'$(PackageTags)' == ''">$(CommonTags)</PackageTags>
</PropertyGroup>
Expand Down

0 comments on commit 80b8f46

Please sign in to comment.