.NET Core command line tools

  • Thread starter Thread starter Jeff0803
  • Start date Start date
J

Jeff0803

Guest
I'm trying to install some SDK and the install instruction is like following.

------------------------------------------------------------------------------

With .NET Core command line tools


If you are building with the .NET Core command line tools, then you can run the following command from within your project directory:


dotnet add package Twilio


-------------------------------------------------------------------------

I can't figure it out how to do this.

Is this mean open the Visual Studio Command Prompt and enter that command?

Can anybody give me some advice how to install this?

Continue reading...
 
Back
Top