diff options
author | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-13 16:18:01 -0800 |
---|---|---|
committer | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-13 16:18:01 -0800 |
commit | 166c48b25b69c1f9db5289ca124df1be88b53cf3 (patch) | |
tree | a79c8067835651ae343e04e2e2787cc17b305b1b /SendGrid/SendGridMail/Mail.csproj | |
parent | 39d5fb81bec319810565a8b7cf0cbd2e9e985c66 (diff) | |
download | sendgrid-csharp-166c48b25b69c1f9db5289ca124df1be88b53cf3.zip sendgrid-csharp-166c48b25b69c1f9db5289ca124df1be88b53cf3.tar.gz sendgrid-csharp-166c48b25b69c1f9db5289ca124df1be88b53cf3.tar.bz2 |
fixed attachments and REST works!!
Diffstat (limited to 'SendGrid/SendGridMail/Mail.csproj')
-rwxr-xr-x | SendGrid/SendGridMail/Mail.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SendGrid/SendGridMail/Mail.csproj b/SendGrid/SendGridMail/Mail.csproj index 5d422b9..f333f36 100755 --- a/SendGrid/SendGridMail/Mail.csproj +++ b/SendGrid/SendGridMail/Mail.csproj @@ -32,7 +32,7 @@ </PropertyGroup>
<ItemGroup>
<Reference Include="CodeScales.Http">
- <HintPath>..\..\..\references\CodeScales.Http.dll</HintPath>
+ <HintPath>..\packages\CodeScales.Http.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
|