First you need to Install the NuGet Package extension for VS Code.

After Installation click on View -> Command Palette or Press Ctrl + Shift + P

Type in the text box "NuGet" and you will get the "NuGet Package Manager: Add Package" option. Just click on it and wait you will get the second text box.

Type in the text box Dapper and hit "Enter" and wait, you will get this.

Click on "Dapper", the first option, then you have to select it's version. From the next option select the latest version and Dapper will be installed.

Now you will see the Restore Popup, click on it to restore all other dependent packages if any.

Dapper is now ready to use.

Post a Comment

Previous Post Next Post