diff options
author | Elmer Thomas <elmer@ThinkingSerious.com> | 2016-07-18 14:17:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-18 14:17:13 -0700 |
commit | e77fd46dd863f51cd5fb5786a50002968858379f (patch) | |
tree | b51575c984fe94d7498e91b5d3ff05d46c6a9725 /SendGrid/Example/Example.csproj | |
parent | 7d04be36d6a73ed69dd6ccbc0fb6590d3be94587 (diff) | |
parent | 9d48986ef4662e9cd91235ef91fc097ca07e7a8d (diff) | |
download | sendgrid-csharp-e77fd46dd863f51cd5fb5786a50002968858379f.zip sendgrid-csharp-e77fd46dd863f51cd5fb5786a50002968858379f.tar.gz sendgrid-csharp-e77fd46dd863f51cd5fb5786a50002968858379f.tar.bz2 |
Merge pull request #282 from sendgrid/256-bad-json
256 bad json
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rw-r--r-- | SendGrid/Example/Example.csproj | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj index 94d11f6..a10f143 100644 --- a/SendGrid/Example/Example.csproj +++ b/SendGrid/Example/Example.csproj @@ -46,18 +46,10 @@ </PropertyGroup>
<ItemGroup>
<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>
+ <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
+ <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
- <Reference Include="SendGrid.CSharp.HTTP.Client, Version=2.0.4.0, Culture=neutral, PublicKeyToken=79219bf4e5ecaaca, processorArchitecture=MSIL">
- <HintPath>..\packages\SendGrid.CSharp.HTTP.Client.2.0.4\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>
- </Reference>
<Reference Include="System" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net" />
|