Skip to content

Commit 2d88628

Browse files
adding package reference
1 parent c36c9ed commit 2d88628

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.MD

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,19 @@ For most uses we recommend installing the SocketLabs.EmailDelivery package via N
3131
PM> Install-Package SocketLabs.EmailDelivery
3232
```
3333

34+
Adding a Package Reference to your project:
35+
36+
```
37+
<PackageReference Include="SocketLabs.EmailDelivery" Version="1.2.3" />
38+
```
39+
3440
.NET CLI users can also use the following command:
3541

3642
```
3743
> dotnet add package SocketLabs.EmailDelivery
3844
```
3945

46+
4047
Alternately, you can simply [clone this repository](https://github.com/socketlabs/socketlabs-csharp.git) directly to include the source code in your project.
4148

4249
**Note for Visual Studio 2012 and earlier users**: Due to an issue with dependency requirements, the package manager in VS2012

0 commit comments

Comments
 (0)