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/UnitTest/UnitTests.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/UnitTest/UnitTests.csproj')
-rw-r--r-- | SendGrid/UnitTest/UnitTests.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SendGrid/UnitTest/UnitTests.csproj b/SendGrid/UnitTest/UnitTests.csproj index 966e302..3a82d80 100644 --- a/SendGrid/UnitTest/UnitTests.csproj +++ b/SendGrid/UnitTest/UnitTests.csproj @@ -42,7 +42,7 @@ <AssemblyOriginatorKeyFile>sendgrid-csharp.snk</AssemblyOriginatorKeyFile> </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> @@ -118,7 +118,7 @@ </Choose> <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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> |