Skip to content

Commit 2744fd4

Browse files
committed
Add missing UWP dependency
1 parent 9d50477 commit 2744fd4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

components/LocalizedAccessKey/src/Dependencies.props

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,18 @@
1111
<Project>
1212
<!-- WinUI 2 / UWP -->
1313
<ItemGroup Condition="'$(IsUwp)' == 'true'">
14-
<!-- <PackageReference Include="Microsoft.Toolkit.Uwp.UI.Controls.Primitives" Version="7.1.2"/> -->
14+
<PackageReference Include="System.Memory" Version="4.6.3"/>
1515
</ItemGroup>
1616

1717
<!-- WinUI 2 / Uno -->
1818
<ItemGroup Condition="'$(IsUno)' == 'true' AND '$(WinUIMajorVersion)' == '2'">
19-
<!-- <PackageReference Include="Uno.Microsoft.Toolkit.Uwp.UI.Controls.Primitives" Version="7.1.11"/> -->
2019
</ItemGroup>
2120

2221
<!-- WinUI 3 / WinAppSdk -->
2322
<ItemGroup Condition="'$(IsWinAppSdk)' == 'true'">
24-
<!-- <PackageReference Include="CommunityToolkit.WinUI.UI.Controls.Primitives" Version="7.1.2"/> -->
2523
</ItemGroup>
2624

2725
<!-- WinUI 3 / Uno -->
2826
<ItemGroup Condition="'$(IsUno)' == 'true' AND '$(WinUIMajorVersion)' == '3'">
29-
<!-- <PackageReference Include="Uno.CommunityToolkit.WinUI.UI.Controls.Primitives" Version="7.1.100-dev.15.g12261e2626"/> -->
3027
</ItemGroup>
3128
</Project>

0 commit comments

Comments
 (0)