diff options
-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 |