Skip to main content

Notifications

Download Microsoft.CrmSdk.CoreTools

Introduction:

In this blog post, I will share a nice trick about how to download Microsoft.CrmSdk.CoreTools.

Next, let's go through the steps to download and install Microsoft.CrmSdk.CoreTools package on your local machine.

Step 1: Open Visual Studio and create a new project or open an existing one.

Step 2: In the Solution Explorer window, right-click on the project and select "Manage NuGet Packages..."

pastedimage1686288038256v1.png

Step 3: In the NuGet Package Manager window, select the "Browse" tab and search for "Microsoft.CrmSdk.CoreTools".

Select the package from the search results and click the "Install" button.

pastedimage1686288133953v2.png

Review the dependencies that will be installed along with the package and click the "OK" button to proceed with the installation.

pastedimage1686288384711v3.png

Wait for the package to be downloaded and installed. You can monitor the progress in the "Output" window.

Step 4: Once the installation is complete, the package will be added to your local Folder.

Step 5: Open Folder in File Explorer

The downloaded package is stored in a folder called "packages" in the root directory of your project.

pastedimage1686288593177v4.png

pastedimage1686288689822v5.png

pastedimage1686288751145v6.png

That's it! You have successfully downloaded and installed Microsoft.CrmSdk.CoreTools package to your local machine.

The End.

Comments

*This post is locked for comments