Skip to content

Commit 48a9d16

Browse files
committed
Update Windows Community Toolkit packages
1 parent c2c0db3 commit 48a9d16

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

+3-3
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

+2-2
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)