Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 5ab2a5d

Browse files
Modifying project files
1 parent dbd40c8 commit 5ab2a5d

File tree

4 files changed

+38
-0
lines changed

4 files changed

+38
-0
lines changed

src/GitHub.Api/GitHub.Api.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@
6969
<Reference Include="Mono.Security">
7070
<HintPath>$(SolutionDir)lib\Mono.Security.dll</HintPath>
7171
</Reference>
72+
<Reference Include="Octokit">
73+
<HintPath>..\..\lib\octokit.net\Octokit.dll</HintPath>
74+
</Reference>
75+
<Reference Include="Octokit-Extensions35">
76+
<HintPath>..\..\lib\octokit.net\Octokit-Extensions35.dll</HintPath>
77+
</Reference>
7278
<Reference Include="Rackspace.Threading, Version=2.0.0.0, Culture=neutral, PublicKeyToken=bb62785d398726f0, processorArchitecture=MSIL">
7379
<HintPath>$(SolutionDir)packages\Rackspace.Threading.2.0.0-alpha001\lib\net35-client\Rackspace.Threading.dll</HintPath>
7480
<Private>True</Private>
@@ -83,6 +89,9 @@
8389
</Reference>
8490
<Reference Include="System" />
8591
<Reference Include="System.Core" />
92+
<Reference Include="System.Net.Http">
93+
<HintPath>..\..\lib\system.net.http_35\System.Net.Http.dll</HintPath>
94+
</Reference>
8695
<Reference Include="System.Threading, Version=1.0.2856.102, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
8796
<HintPath>$(SolutionDir)packages\TaskParallelLibrary.1.0.2856.0\lib\Net35\System.Threading.dll</HintPath>
8897
<Private>True</Private>

src/UnityExtension/Assets/Editor/GitHub.Unity/GitHub.Unity.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,21 @@
5454
<SpecificVersion>False</SpecificVersion>
5555
<HintPath>$(SolutionDir)\lib\Mono.Security.dll</HintPath>
5656
</Reference>
57+
<Reference Include="Octokit">
58+
<HintPath>..\..\..\..\..\lib\octokit.net\Octokit.dll</HintPath>
59+
</Reference>
60+
<Reference Include="Octokit-Extensions35">
61+
<HintPath>..\..\..\..\..\lib\octokit.net\Octokit-Extensions35.dll</HintPath>
62+
</Reference>
5763
<Reference Include="Rackspace.Threading, Version=2.0.0.0, Culture=neutral, PublicKeyToken=bb62785d398726f0, processorArchitecture=MSIL">
5864
<HintPath>$(SolutionDir)\packages\Rackspace.Threading.2.0.0-alpha001\lib\net35-client\Rackspace.Threading.dll</HintPath>
5965
<Private>True</Private>
6066
</Reference>
6167
<Reference Include="System" />
6268
<Reference Include="System.Core" />
69+
<Reference Include="System.Net.Http">
70+
<HintPath>..\..\..\..\..\lib\system.net.http_35\System.Net.Http.dll</HintPath>
71+
</Reference>
6372
<Reference Include="System.Threading, Version=1.0.2856.102, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6473
<HintPath>$(SolutionDir)\packages\TaskParallelLibrary.1.0.2856.0\lib\Net35\System.Threading.dll</HintPath>
6574
<Private>True</Private>

src/tests/IntegrationTests/IntegrationTests.csproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,23 @@
5454
<HintPath>$(SolutionDir)packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
5555
<Private>True</Private>
5656
</Reference>
57+
<Reference Include="Octokit, Version=0.24.0.0, Culture=neutral, processorArchitecture=MSIL">
58+
<SpecificVersion>False</SpecificVersion>
59+
<HintPath>..\..\..\lib\octokit.net\Octokit.dll</HintPath>
60+
</Reference>
61+
<Reference Include="Octokit-Extensions35">
62+
<HintPath>..\..\..\lib\octokit.net\Octokit-Extensions35.dll</HintPath>
63+
</Reference>
5764
<Reference Include="Rackspace.Threading, Version=2.0.0.0, Culture=neutral, PublicKeyToken=bb62785d398726f0, processorArchitecture=MSIL">
5865
<HintPath>$(SolutionDir)packages\Rackspace.Threading.2.0.0-alpha001\lib\net35-client\Rackspace.Threading.dll</HintPath>
5966
<Private>True</Private>
6067
</Reference>
6168
<Reference Include="System" />
6269
<Reference Include="System.Core" />
70+
<Reference Include="System.Net.Http, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c2814533e73a79ce, processorArchitecture=MSIL">
71+
<SpecificVersion>False</SpecificVersion>
72+
<HintPath>..\..\..\lib\system.net.http_35\System.Net.Http.dll</HintPath>
73+
</Reference>
6374
<Reference Include="System.Threading, Version=1.0.2856.102, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6475
<HintPath>$(SolutionDir)packages\TaskParallelLibrary.1.0.2856.0\lib\Net35\System.Threading.dll</HintPath>
6576
<Private>True</Private>

src/tests/UnitTests/UnitTests.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,21 @@
5858
<HintPath>$(SolutionDir)packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
5959
<Private>True</Private>
6060
</Reference>
61+
<Reference Include="Octokit">
62+
<HintPath>..\..\..\lib\octokit.net\Octokit.dll</HintPath>
63+
</Reference>
64+
<Reference Include="Octokit-Extensions35">
65+
<HintPath>..\..\..\lib\octokit.net\Octokit-Extensions35.dll</HintPath>
66+
</Reference>
6167
<Reference Include="Rackspace.Threading, Version=2.0.0.0, Culture=neutral, PublicKeyToken=bb62785d398726f0, processorArchitecture=MSIL">
6268
<HintPath>$(SolutionDir)packages\Rackspace.Threading.2.0.0-alpha001\lib\net35-client\Rackspace.Threading.dll</HintPath>
6369
<Private>True</Private>
6470
</Reference>
6571
<Reference Include="System" />
6672
<Reference Include="System.Core" />
73+
<Reference Include="System.Net.Http">
74+
<HintPath>..\..\..\lib\system.net.http_35\System.Net.Http.dll</HintPath>
75+
</Reference>
6776
<Reference Include="System.Threading, Version=1.0.2856.102, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6877
<HintPath>$(SolutionDir)packages\TaskParallelLibrary.1.0.2856.0\lib\Net35\System.Threading.dll</HintPath>
6978
<Private>True</Private>

0 commit comments

Comments
 (0)