diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-12-06 19:59:32 -0800 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-12-06 19:59:32 -0800 |
commit | b45d9a81fc210c1e0a367921e8edeeed0666a99a (patch) | |
tree | 3e98f67d4b876b85b662f07ac77817c5c882331e /UnitTest/UnitTest.csproj | |
parent | c8150c45548e3cc908bafe847154ced2226f4a94 (diff) | |
download | sendgrid-csharp-b45d9a81fc210c1e0a367921e8edeeed0666a99a.zip sendgrid-csharp-b45d9a81fc210c1e0a367921e8edeeed0666a99a.tar.gz sendgrid-csharp-b45d9a81fc210c1e0a367921e8edeeed0666a99a.tar.bz2 |
Installing dependencies
Diffstat (limited to 'UnitTest/UnitTest.csproj')
-rw-r--r-- | UnitTest/UnitTest.csproj | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/UnitTest/UnitTest.csproj b/UnitTest/UnitTest.csproj index db9995c..a2a0f5a 100644 --- a/UnitTest/UnitTest.csproj +++ b/UnitTest/UnitTest.csproj @@ -55,11 +55,7 @@ <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> </ItemGroup> </When> - <Otherwise> - <ItemGroup> - <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" /> - </ItemGroup> - </Otherwise> + <Otherwise /> </Choose> <ItemGroup> <Compile Include="UnitTest.cs" /> |