Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bde6be3

Browse files
committedDec 24, 2024·
Update Windows Community Toolkit for .NET 9
1 parent 2bad565 commit bde6be3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎samples/ComputeSharp.SwapChain.Uwp/ComputeSharp.SwapChain.Uwp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949

5050
<ItemGroup>
5151
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
52-
<PackageReference Include="CommunityToolkit.Uwp.Controls.Primitives" Version="8.2.241221-build.1360" />
53-
<PackageReference Include="CommunityToolkit.Uwp.Media" Version="8.2.241221-build.1360" />
52+
<PackageReference Include="CommunityToolkit.Uwp.Controls.Primitives" Version="8.2.241223-build.1367" />
53+
<PackageReference Include="CommunityToolkit.Uwp.Media" Version="8.2.241223-build.1367" />
5454
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.2.0" />
5555

5656
<!-- Remove all WebView2 assets (transitive from WinUI 2), since we don't need it at all -->

‎samples/ComputeSharp.SwapChain.WinUI/ComputeSharp.SwapChain.WinUI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757

5858
<ItemGroup>
5959
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
60-
<PackageReference Include="CommunityToolkit.WinUI.Controls.Primitives" Version="8.2.241112-preview1" />
61-
<PackageReference Include="CommunityToolkit.WinUI.Media" Version="8.2.241112-preview1" />
60+
<PackageReference Include="CommunityToolkit.WinUI.Controls.Primitives" Version="8.2.241223-build.1367" />
61+
<PackageReference Include="CommunityToolkit.WinUI.Media" Version="8.2.241223-build.1367" />
6262
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.2.0" />
6363
</ItemGroup>
6464

0 commit comments

Comments
 (0)
Please sign in to comment.