mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 03:30:34 +00:00
Included System.Net.Http to get tests to work on mono
This commit is contained in:
+2
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user