diff options
author | Brandon West <brawest@gmail.com> | 2014-06-14 13:47:58 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2014-06-14 13:47:58 -0600 |
commit | 653d1bd7e8e1ee8c54b9982fa849646128fd21e2 (patch) | |
tree | 2fa05e10956ec9df3aab810981a06a32b114334f /SendGrid | |
parent | f0a21488812acbc91aef78cadafc673079d6dd8b (diff) | |
download | sendgrid-csharp-653d1bd7e8e1ee8c54b9982fa849646128fd21e2.zip sendgrid-csharp-653d1bd7e8e1ee8c54b9982fa849646128fd21e2.tar.gz sendgrid-csharp-653d1bd7e8e1ee8c54b9982fa849646128fd21e2.tar.bz2 |
fix warning
Diffstat (limited to 'SendGrid')
-rw-r--r-- | SendGrid/Tests/Tests.csproj | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/SendGrid/Tests/Tests.csproj b/SendGrid/Tests/Tests.csproj index 83171f9..85cc1a1 100644 --- a/SendGrid/Tests/Tests.csproj +++ b/SendGrid/Tests/Tests.csproj @@ -68,9 +68,6 @@ <Reference Include="nunit.mocks">
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.mocks.dll</HintPath>
</Reference>
- <Reference Include="pnunit.framework">
- <HintPath>..\packages\NUnit.2.6.3\lib\pnunit.framework.dll</HintPath>
- </Reference>
<Reference Include="SendGrid.SmtpApi">
<HintPath>..\packages\SendGrid.SmtpApi.1.1.3\lib\net40\SendGrid.SmtpApi.dll</HintPath>
</Reference>
|