Hello,
Are there any way to update this nuget package?
Yes, you can use dotnet CLI to install a specific version of a package
Firstly, please open command line or PowerShell, then use cd
and your project path
to navigate to your project.
For example, I have project called MauiCollectionView
and project path is "C:\Users\username\source\repos\MauiCollectionView\MauiCollectionView\", we can use the following command line to navigate it.
cd C:\Users\username\source\repos\MauiCollectionView\MauiCollectionView\
Then you can use following dotnet CLI to update Microsoft.Windows.SDK.BuildTools
from 22000 to 22621
dotnet add package Microsoft.Windows.SDK.BuildTools --version 10.0.22621.1
Best Regards,
Leon Lu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.