summaryrefslogtreecommitdiffstats
path: root/SendGrid/UnitTest/UnitTests.csproj
diff options
context:
space:
mode:
authorElmer Thomas <elmer@ThinkingSerious.com>2016-06-16 21:14:41 -0700
committerGitHub <noreply@github.com>2016-06-16 21:14:41 -0700
commit46adf10a66f40c167264af212302d692e32789d1 (patch)
tree0c23433f0f99582bafe82a04cc8d5f36f52e2c47 /SendGrid/UnitTest/UnitTests.csproj
parent6432c3c93b1dda85b2410f32b9c60574443d2b8f (diff)
parentff34da7896af29b84cd128aecae286cab96a2bfa (diff)
downloadsendgrid-csharp-46adf10a66f40c167264af212302d692e32789d1.zip
sendgrid-csharp-46adf10a66f40c167264af212302d692e32789d1.tar.gz
sendgrid-csharp-46adf10a66f40c167264af212302d692e32789d1.tar.bz2
Merge pull request #242 from sendgrid/async-fixv7.0.2
Version Bump v7.0.2: Async Fix
Diffstat (limited to 'SendGrid/UnitTest/UnitTests.csproj')
-rw-r--r--SendGrid/UnitTest/UnitTests.csproj8
1 files changed, 5 insertions, 3 deletions
diff --git a/SendGrid/UnitTest/UnitTests.csproj b/SendGrid/UnitTest/UnitTests.csproj
index 68ea851..e90a902 100644
--- a/SendGrid/UnitTest/UnitTests.csproj
+++ b/SendGrid/UnitTest/UnitTests.csproj
@@ -67,8 +67,8 @@
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath>
<Private>False</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>
+ <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="System" />
@@ -94,7 +94,9 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
- <None Include="app.config" />
+ <None Include="app.config">
+ <SubType>Designer</SubType>
+ </None>
<None Include="packages.config" />
<None Include="sendgrid-csharp.snk" />
</ItemGroup>