Skip to content

Instantly share code, notes, and snippets.

@hkboujrida
Last active December 4, 2019 14:44
Show Gist options
  • Save hkboujrida/3713fa0a2ba514cba67c553b9d26a2dd to your computer and use it in GitHub Desktop.
Save hkboujrida/3713fa0a2ba514cba67c553b9d26a2dd to your computer and use it in GitHub Desktop.
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