summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example
diff options
context:
space:
mode:
authorBrandon West <brawest@gmail.com>2015-04-22 19:16:21 -0600
committerBrandon West <brawest@gmail.com>2015-04-22 19:16:21 -0600
commit135fe600e52b5dbd76a0135a0959f167749b4c02 (patch)
treef8620d48c6ff124f83fc3395d66e4563d80c982e /SendGrid/Example
parent8ae5133f57d47e5b0436f0f6b48aebbe5b020830 (diff)
downloadsendgrid-csharp-135fe600e52b5dbd76a0135a0959f167749b4c02.zip
sendgrid-csharp-135fe600e52b5dbd76a0135a0959f167749b4c02.tar.gz
sendgrid-csharp-135fe600e52b5dbd76a0135a0959f167749b4c02.tar.bz2
fix dependencies
Diffstat (limited to 'SendGrid/Example')
-rw-r--r--SendGrid/Example/Example.csproj4
-rw-r--r--SendGrid/Example/packages.config1
2 files changed, 0 insertions, 5 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" />
diff --git a/SendGrid/Example/packages.config b/SendGrid/Example/packages.config
index c5a94c3..030933b 100644
--- a/SendGrid/Example/packages.config
+++ b/SendGrid/Example/packages.config
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
- <package id="Sendgrid" version="4.0.0" targetFramework="net45" />
<package id="SendGrid.SmtpApi" version="1.3.1" targetFramework="net45" />
</packages> \ No newline at end of file