diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2015-11-12 12:23:09 -0800 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2015-11-12 12:23:09 -0800 |
commit | 78025757d829a5786c45698c47e589135447bf33 (patch) | |
tree | 3a3642c8cc43534be1d0183bd3b0ec54827ff271 | |
parent | 419946d9346dff426bf7ca160fe937a1e313322e (diff) | |
download | sendgrid-csharp-78025757d829a5786c45698c47e589135447bf33.zip sendgrid-csharp-78025757d829a5786c45698c47e589135447bf33.tar.gz sendgrid-csharp-78025757d829a5786c45698c47e589135447bf33.tar.bz2 |
Trying to make Travis happy
-rw-r--r-- | SendGrid/UnitTest/UnitTests.csproj | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/SendGrid/UnitTest/UnitTests.csproj b/SendGrid/UnitTest/UnitTests.csproj index 80b8eed..687e1da 100644 --- a/SendGrid/UnitTest/UnitTests.csproj +++ b/SendGrid/UnitTest/UnitTests.csproj @@ -43,23 +43,23 @@ </Reference> <Reference Include="nunit.core, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.dll</HintPath> - <Private>True</Private> + <Private>False</Private> </Reference> <Reference Include="nunit.core.interfaces, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.interfaces.dll</HintPath> - <Private>True</Private> + <Private>False</Private> </Reference> <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath> - <Private>True</Private> + <Private>False</Private> </Reference> <Reference Include="nunit.util, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.util.dll</HintPath> - <Private>True</Private> + <Private>False</Private> </Reference> <Reference Include="NUnit.VisualStudio.TestAdapter, Version=2.0.0.0, Culture=neutral, PublicKeyToken=4cb40d35494691ac, processorArchitecture=MSIL"> <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath> - <Private>True</Private> + <Private>False</Private> </Reference> <Reference Include="System" /> <Reference Include="System.Net.Http" /> |