diff options
author | CJ Buchmann <cj.buchmann@sendgrid.com> | 2012-01-13 16:22:24 -0800 |
---|---|---|
committer | CJ Buchmann <cj.buchmann@sendgrid.com> | 2012-01-13 16:22:24 -0800 |
commit | e7e6c1b451ab3bfe2454fcef84d497c9e9c36a2f (patch) | |
tree | 3223e59e0f600ceb2aa4fe5beee3899d6a7a72af /SendGrid/SendGridMail/Mail.csproj | |
parent | 0bb4eb03b1f478df60c1f14da63d42aba8281efe (diff) | |
parent | 166c48b25b69c1f9db5289ca124df1be88b53cf3 (diff) | |
download | sendgrid-csharp-e7e6c1b451ab3bfe2454fcef84d497c9e9c36a2f.zip sendgrid-csharp-e7e6c1b451ab3bfe2454fcef84d497c9e9c36a2f.tar.gz sendgrid-csharp-e7e6c1b451ab3bfe2454fcef84d497c9e9c36a2f.tar.bz2 |
Merge branch 'us1882-inbetween' of github.com:sendgrid/sendgrid-csharp into us1882-inbetween
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" />
|