Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to split command over multiple lines in Nuget Manager Console (Visual Studio)

I've already tried using back ticks (`) and (^) without success.

like image 268
utopia Avatar asked Jul 05 '17 08:07

utopia


People also ask

How use NuGet Package Manager console?

From Visual Studio, select Tools > NuGet Package Manager > Package Manager Console. After the Package Manager Console pane opens, verify that the Default project drop-down list shows the project in which you want to install the package. If you have a single project in the solution, it's preselected.

How do I manage NuGet packages in Visual Studio?

To manage your package sources, select the Settings icon or select Tools > Options. In the Options window, expand the NuGet Package Manager node and select Package Sources. To add a source, select +, edit the Name, enter the URL or path in Source, and then select Update.

How do I open the package manager console in Visual Studio?

To open the Package Manager Console in Visual Studio, select Tools > NuGet Package Manager > Package Manager Console from the top menu.

How do I view NuGet package contents?

To open this file in the explorer, right-click on it. And choose open with, and then select NuGet Package Explorer. This application helps us explore NuGet packages.


1 Answers

A little late for an answer but this worked from me in VS 2019 package manager console. SHIFT + Ctrl + ENTER. Hope it helps someone!

like image 56
user3408397 Avatar answered Sep 20 '22 19:09

user3408397