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...
------------------------------------------------------------------------------
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...