Skip to content

Commit ba9d37b

Browse files
committed
Update Windows Community Toolkit packages
1 parent 6e161d0 commit ba9d37b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>WinExe</OutputType>
44
<TargetFramework>net8.0-windows10.0.26100.0</TargetFramework>
@@ -44,8 +44,8 @@
4444

4545
<ItemGroup>
4646
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
47-
<PackageReference Include="CommunityToolkit.Uwp.Controls.Primitives" Version="8.2.241221-build.1360" />
48-
<PackageReference Include="CommunityToolkit.Uwp.Media" Version="8.2.241221-build.1360" />
47+
<PackageReference Include="CommunityToolkit.Uwp.Controls.Primitives" Version="8.2.250129-preview2" />
48+
<PackageReference Include="CommunityToolkit.Uwp.Media" Version="8.2.250129-preview2" />
4949
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.2.0" />
5050

5151
<!-- 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
@@ -51,8 +51,8 @@
5151

5252
<ItemGroup>
5353
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
54-
<PackageReference Include="CommunityToolkit.WinUI.Controls.Primitives" Version="8.2.241112-preview1" />
55-
<PackageReference Include="CommunityToolkit.WinUI.Media" Version="8.2.241112-preview1" />
54+
<PackageReference Include="CommunityToolkit.WinUI.Controls.Primitives" Version="8.2.250129-preview2" />
55+
<PackageReference Include="CommunityToolkit.WinUI.Media" Version="8.2.250129-preview2" />
5656
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.2.0" />
5757
</ItemGroup>
5858

0 commit comments

Comments
 (0)