|
11 | 11 | <Project> |
12 | 12 | <!-- WinUI 2 / UWP --> |
13 | 13 | <ItemGroup Condition="'$(IsUwp)' == 'true'"> |
14 | | - <PackageReference Include="CommunityToolkit.Uwp.Extensions" Version="8.0.230907"/> |
15 | | - <PackageReference Include="CommunityToolkit.Uwp.Controls.Primitives" Version="8.0.230907"/> |
| 14 | + <PackageReference Include="CommunityToolkit.Uwp.Extensions" Version="8.2.241219-pull-584.1339"/> |
| 15 | + <PackageReference Include="CommunityToolkit.Uwp.Controls.Primitives" Version="8.2.241219-pull-584.1339"/> |
16 | 16 | </ItemGroup> |
17 | 17 |
|
18 | 18 | <!-- WinUI 2 / Uno --> |
19 | 19 | <ItemGroup Condition="'$(IsUno)' == 'true' AND '$(WinUIMajorVersion)' == '2'"> |
20 | | - <PackageReference Include="CommunityToolkit.Uwp.Extensions" Version="8.0.230907"/> |
21 | | - <PackageReference Include="CommunityToolkit.Uwp.Controls.Primitives" Version="8.0.230907"/> |
| 20 | + <PackageReference Include="CommunityToolkit.Uwp.Extensions" Version="8.2.241219-pull-584.1339"/> |
| 21 | + <PackageReference Include="CommunityToolkit.Uwp.Controls.Primitives" Version="8.2.241219-pull-584.1339"/> |
22 | 22 | </ItemGroup> |
23 | 23 |
|
24 | 24 | <!-- WinUI 3 / WinAppSdk --> |
25 | 25 | <ItemGroup Condition="'$(IsWinAppSdk)' == 'true'"> |
26 | | - <PackageReference Include="CommunityToolkit.WinUI.Extensions" Version="8.0.230907"/> |
27 | | - <PackageReference Include="CommunityToolkit.WinUI.Controls.Primitives" Version="8.0.230907"/> |
| 26 | + <PackageReference Include="CommunityToolkit.WinUI.Extensions" Version="8.2.241219-pull-584.1339"/> |
| 27 | + <PackageReference Include="CommunityToolkit.WinUI.Controls.Primitives" Version="8.2.241219-pull-584.1339"/> |
28 | 28 | </ItemGroup> |
29 | 29 |
|
30 | 30 | <!-- WinUI 3 / Uno --> |
31 | 31 | <ItemGroup Condition="'$(IsUno)' == 'true' AND '$(WinUIMajorVersion)' == '3'"> |
32 | | - <PackageReference Include="CommunityToolkit.WinUI.Extensions" Version="8.0.230907"/> |
33 | | - <PackageReference Include="CommunityToolkit.WinUI.Controls.Primitives" Version="8.0.230907"/> |
| 32 | + <PackageReference Include="CommunityToolkit.WinUI.Extensions" Version="8.2.241219-pull-584.1339"/> |
| 33 | + <PackageReference Include="CommunityToolkit.WinUI.Controls.Primitives" Version="8.2.241219-pull-584.1339"/> |
34 | 34 | </ItemGroup> |
35 | 35 | </Project> |
0 commit comments