How can I install a Nuget Package in Visual Studio Code? I know in Visual Studio, we can do this through the Nuget Package Manager console, but how do I do it in VS Code?>
You can do it easily using "vscode-nuget-package-manager". Go to the marketplace and install this. After That
1) Press Ctrl+P or Ctrl+Shift+P (and skip 2)
2) Type ">"
3) Then select "Nuget Package Manager:Add Package"
4) Enter package name Ex: Dapper
5) select package name and version
6) Done.