diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-18 13:50:44 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-18 13:50:44 -0700 |
commit | dbc798284527e3256d7cc57ab2e5d8e8cea58e8e (patch) | |
tree | 62fcf383fe2c59ba098f1f7c99a0afac1808a38a /SendGrid/Example/Example.csproj | |
parent | 7d04be36d6a73ed69dd6ccbc0fb6590d3be94587 (diff) | |
download | sendgrid-csharp-dbc798284527e3256d7cc57ab2e5d8e8cea58e8e.zip sendgrid-csharp-dbc798284527e3256d7cc57ab2e5d8e8cea58e8e.tar.gz sendgrid-csharp-dbc798284527e3256d7cc57ab2e5d8e8cea58e8e.tar.bz2 |
Updating CSharp Dependency to fix issue #256
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" />
|