diff options
author | Brandon West <brawest@gmail.com> | 2015-04-22 19:16:21 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2015-04-22 19:16:21 -0600 |
commit | 135fe600e52b5dbd76a0135a0959f167749b4c02 (patch) | |
tree | f8620d48c6ff124f83fc3395d66e4563d80c982e /SendGrid/Example/Example.csproj | |
parent | 8ae5133f57d47e5b0436f0f6b48aebbe5b020830 (diff) | |
download | sendgrid-csharp-135fe600e52b5dbd76a0135a0959f167749b4c02.zip sendgrid-csharp-135fe600e52b5dbd76a0135a0959f167749b4c02.tar.gz sendgrid-csharp-135fe600e52b5dbd76a0135a0959f167749b4c02.tar.bz2 |
fix dependencies
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rw-r--r-- | SendGrid/Example/Example.csproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj index 17b015e..98947bb 100644 --- a/SendGrid/Example/Example.csproj +++ b/SendGrid/Example/Example.csproj @@ -46,10 +46,6 @@ <SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\SendGrid.SmtpApi.1.3.1\lib\net40\SendGrid.SmtpApi.dll</HintPath>
</Reference>
- <Reference Include="SendGridMail, Version=5.1.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\SendGridMail\bin\Debug\SendGridMail.dll</HintPath>
- </Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Net" />
|