diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-06-03 19:48:41 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-06-03 19:48:41 -0700 |
commit | 345fd72f5aef6f9e745923602af5d9a3d65728bb (patch) | |
tree | f083c6f141da6eaa4a125c3ba5224d50bd60873b /SendGrid/Example/Example.csproj | |
parent | a01e8abd40694c9b49f5f2818f66d879660eab8f (diff) | |
download | sendgrid-csharp-345fd72f5aef6f9e745923602af5d9a3d65728bb.zip sendgrid-csharp-345fd72f5aef6f9e745923602af5d9a3d65728bb.tar.gz sendgrid-csharp-345fd72f5aef6f9e745923602af5d9a3d65728bb.tar.bz2 |
Update dependency
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rw-r--r-- | SendGrid/Example/Example.csproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj index 4376fd7..98044fa 100644 --- a/SendGrid/Example/Example.csproj +++ b/SendGrid/Example/Example.csproj @@ -45,15 +45,15 @@ </DefineConstants>
</PropertyGroup>
<ItemGroup>
- <Reference Include="CSharpHTTPClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=79219bf4e5ecaaca, processorArchitecture=MSIL">
- <HintPath>..\packages\SendGrid.CSharp.HTTP.Client.1.0.2\lib\CSharpHTTPClient.dll</HintPath>
- <Private>True</Private>
- </Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
+ <Reference Include="SendGrid.CSharp.HTTP.Client, Version=2.0.0.0, Culture=neutral, PublicKeyToken=79219bf4e5ecaaca, processorArchitecture=MSIL">
+ <HintPath>..\packages\SendGrid.CSharp.HTTP.Client.2.0.1\lib\SendGrid.CSharp.HTTP.Client.dll</HintPath>
+ <Private>True</Private>
+ </Reference>
<Reference Include="SendGrid.SmtpApi, Version=1.3.1.0, Culture=neutral, PublicKeyToken=2ae73662c35d80e4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\SendGrid.SmtpApi.1.3.1\lib\net40\SendGrid.SmtpApi.dll</HintPath>
|