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 | |
parent | c8150c45548e3cc908bafe847154ced2226f4a94 (diff) | |
download | sendgrid-csharp-b45d9a81fc210c1e0a367921e8edeeed0666a99a.zip sendgrid-csharp-b45d9a81fc210c1e0a367921e8edeeed0666a99a.tar.gz sendgrid-csharp-b45d9a81fc210c1e0a367921e8edeeed0666a99a.tar.bz2 |
Installing dependencies
-rw-r--r-- | .travis.yml | 6 | ||||
-rw-r--r-- | UnitTest/UnitTest.csproj | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 3e45d5b..3b1efaf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,11 @@ env: secure: KJrQ+NfmzlgCSXRyqeAMDGZUG6GO4/+xk1T0wGy1BgVz8seo/fDWL8osWEljB4Sj05sfFj7CM+rociwL6sdVyqCiHbCAM7XuHs58D+4Tlh5pGHL+G1qOl65/pDl0ulq+M7PwDxHPZ60/oyH2a16t5jtD9e4W31y2fXzEbHGLHXg= install: - - nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner + - nuget install Newtonsoft.Json -Version 9.0.0 + - nuget install NUnit -Version 3.5.0 + - nuget install NUnit3TestAdapter -Version 3.6.0 + - nuget install System.Net.Http -Version 4.0.0 + - nuget install NUnit.Runners -Version 3.2.0 -OutputDirectory testrunner before_script: - mkdir prism/bin 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" /> |