diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-06-03 19:11:22 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-06-03 19:11:22 -0700 |
commit | a01e8abd40694c9b49f5f2818f66d879660eab8f (patch) | |
tree | 59bb89cafe8fcd87796a64c13ae8fa6634825fd3 /SendGrid/Example/Example.csproj | |
parent | cc9e4e317d998a703f8d25e27f57c37be2132b33 (diff) | |
download | sendgrid-csharp-a01e8abd40694c9b49f5f2818f66d879660eab8f.zip sendgrid-csharp-a01e8abd40694c9b49f5f2818f66d879660eab8f.tar.gz sendgrid-csharp-a01e8abd40694c9b49f5f2818f66d879660eab8f.tar.bz2 |
Updating csharp-http-client dependency
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rw-r--r-- | SendGrid/Example/Example.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj index 038265c..4376fd7 100644 --- a/SendGrid/Example/Example.csproj +++ b/SendGrid/Example/Example.csproj @@ -45,7 +45,7 @@ </DefineConstants>
</PropertyGroup>
<ItemGroup>
- <Reference Include="CSharpHTTPClient, Version=1.0.2.0, Culture=neutral, PublicKeyToken=79219bf4e5ecaaca, processorArchitecture=MSIL">
+ <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>
@@ -86,7 +86,7 @@ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
|