Replace deprecated Microsoft.Toolkit with CommunityToolkit
nefarius opened this issue · 1 comments
nefarius commented
The packages Microsoft.Toolkit
and Microsoft.Toolkit.Mvvm
are marked deprecated. Adopt the suggested replacement packages and migrate to them:
<PackageReference Include="CommunityToolkit.Common" Version="8.0.0" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.0.0" />
nefarius commented
This got implemented 🥳