Skip to content

Commit

Permalink
Merge pull request #876 from Sergio0694/dev/update-toolkit
Browse files Browse the repository at this point in the history
Update Windows Community Toolkit to public preview
  • Loading branch information
Sergio0694 authored Nov 22, 2024
2 parents 86a5073 + c757eac commit ca22550
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
<PublishProfile>win-$(Platform).pubxml</PublishProfile>
<UseWinUI>true</UseWinUI>
<EnableMsixTooling>true</EnableMsixTooling>
<RestoreSources>
https://api.nuget.org/v3/index.json;
https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-MainLatest/nuget/v3/index.json;
</RestoreSources>

<!-- Ignore warnings for the '[Experimental]' attribute ('CanvasAnimatedControl' temporarily has it) -->
<NoWarn>$(NoWarn);CS8305;WMC1501</NoWarn>
Expand Down Expand Up @@ -64,8 +60,8 @@

<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" />
<PackageReference Include="CommunityToolkit.WinUI.Controls.Primitives" Version="8.2.241010-build.1216" />
<PackageReference Include="CommunityToolkit.WinUI.Media" Version="8.2.241010-build.1216" />
<PackageReference Include="CommunityToolkit.WinUI.Controls.Primitives" Version="8.2.241112-preview1" />
<PackageReference Include="CommunityToolkit.WinUI.Media" Version="8.2.241112-preview1" />
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.2.0" />
</ItemGroup>

Expand Down

0 comments on commit ca22550

Please sign in to comment.