Last active
December 4, 2019 14:44
-
-
Save hkboujrida/3713fa0a2ba514cba67c553b9d26a2dd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dotnet new console -o nexmo | |
cd nexmo | |
dotnet add package Nexmo.Csharp.Client | |
echo $null >> SmsSender.cs | |
echo $null >> appsettings.json | |
dotnet build | |
code . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment