You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET CLI users can also use the following command:
35
41
36
42
```
37
43
> dotnet add package SocketLabs.EmailDelivery
38
44
```
39
45
46
+
40
47
Alternately, you can simply [clone this repository](https://github.com/socketlabs/socketlabs-csharp.git) directly to include the source code in your project.
41
48
42
49
**Note for Visual Studio 2012 and earlier users**: Due to an issue with dependency requirements, the package manager in VS2012
0 commit comments