File tree Expand file tree Collapse file tree
components/LocalizedAccessKey/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments