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 | |
parent | 8ae5133f57d47e5b0436f0f6b48aebbe5b020830 (diff) | |
download | sendgrid-csharp-135fe600e52b5dbd76a0135a0959f167749b4c02.zip sendgrid-csharp-135fe600e52b5dbd76a0135a0959f167749b4c02.tar.gz sendgrid-csharp-135fe600e52b5dbd76a0135a0959f167749b4c02.tar.bz2 |
fix dependencies
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | SendGrid/Example/Example.csproj | 4 | ||||
-rw-r--r-- | SendGrid/Example/packages.config | 1 |
3 files changed, 1 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 5244937..066027c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ install: - nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner script: - xbuild /p:Configuration=BuildNet45 SendGrid -- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./SendGrid/Tests/bin/BuildNet45/Tests.dll +- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe SendGrid/Tests/bin/BuildNet45/Tests.dll notifications: hipchat: rooms: 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 |