Included System.Net.Http to get tests to work on mono

This commit is contained in:
naveen
2015-12-12 12:14:31 -05:00
parent 31fa49581d
commit acad26ac4f
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -9,4 +9,5 @@ install:
script:
- mono tools/nuget/NuGet.exe restore Octokit-Mono.sln
- ./build.sh BuildMono
- ./build.sh
- ./build.sh ConventionTests
- ./build.sh UnitTests
@@ -3,6 +3,7 @@
<package id="Microsoft.Bcl" version="1.1.6" targetFramework="net45" />
<package id="Microsoft.Bcl.Build" version="1.0.13" targetFramework="net45" />
<package id="Microsoft.Net.Http" version="2.2.18" targetFramework="net45" />
<package id="System.Net.Http" version="2.0.20710" targetFramework="net45" />
<package id="NSubstitute" version="1.8.0.0" targetFramework="net45" />
<package id="Rx-Core" version="2.2.5" targetFramework="net45" />
<package id="Rx-Interfaces" version="2.2.5" targetFramework="net45" />
@@ -13,4 +14,4 @@
<package id="xunit.core" version="2.0.0" targetFramework="net45" />
<package id="xunit.extensibility.core" version="2.0.0" targetFramework="net45" />
<package id="xunit.runner.visualstudio" version="2.0.0" targetFramework="net45" />
</packages>
</packages>