Skip to content

Commit

Permalink
Update WCT to fix the occasional SettingsCard crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Difegue committed Mar 30, 2024
1 parent cfe3fdf commit 8c92434
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Sources/Stylophone/Stylophone.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,16 @@
</PackageReference>
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.2" />
<PackageReference Include="Microsoft.Toolkit.Uwp" Version="7.1.2" />
<PackageReference Include="CommunityToolkit.Uwp.Animations" Version="8.0.230907" />
<PackageReference Include="CommunityToolkit.Uwp.Behaviors" Version="8.0.230907" />
<PackageReference Include="CommunityToolkit.Uwp.Controls.Primitives" Version="8.0.230907" />
<PackageReference Include="CommunityToolkit.Uwp.Controls.SettingsControls" Version="8.0.230907" />
<PackageReference Include="CommunityToolkit.Uwp.Controls.Segmented" Version="8.0.230907" />
<PackageReference Include="CommunityToolkit.Uwp.Controls.HeaderedControls" Version="8.0.230907" />
<PackageReference Include="CommunityToolkit.Uwp.Converters" Version="8.0.230907" />
<PackageReference Include="CommunityToolkit.Uwp.Extensions" Version="8.0.230907" />
<PackageReference Include="CommunityToolkit.Uwp.Media" Version="8.0.230907" />
<PackageReference Include="CommunityToolkit.Uwp.Helpers" Version="8.0.230907" />
<PackageReference Include="CommunityToolkit.Uwp.Animations" Version="8.0.240109" />
<PackageReference Include="CommunityToolkit.Uwp.Behaviors" Version="8.0.240109" />
<PackageReference Include="CommunityToolkit.Uwp.Controls.Primitives" Version="8.0.240109" />
<PackageReference Include="CommunityToolkit.Uwp.Controls.SettingsControls" Version="8.0.240109" />
<PackageReference Include="CommunityToolkit.Uwp.Controls.Segmented" Version="8.0.240109" />
<PackageReference Include="CommunityToolkit.Uwp.Controls.HeaderedControls" Version="8.0.240109" />
<PackageReference Include="CommunityToolkit.Uwp.Converters" Version="8.0.240109" />
<PackageReference Include="CommunityToolkit.Uwp.Extensions" Version="8.0.240109" />
<PackageReference Include="CommunityToolkit.Uwp.Media" Version="8.0.240109" />
<PackageReference Include="CommunityToolkit.Uwp.Helpers" Version="8.0.240109" />
<PackageReference Include="Microsoft.UI.Xaml" Version="2.7.3" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Uwp.Managed" Version="2.0.1" />
<PackageReference Include="MpcNET" Version="1.6.5" />
Expand Down

0 comments on commit 8c92434

Please sign in to comment.