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

Commit 4e69b28

Browse files
Fixing mistake in project files
1 parent 292ad5a commit 4e69b28

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/GitHub.Api/GitHub.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
<HintPath>$(SolutionDir)lib\octokit.net\Octokit.dll</HintPath>
268268
</Reference>
269269
<Reference Include="Octokit-Extensions35">
270-
<HintPath>$(SolutionDir)octokit.net\Octokit-Extensions35\bin\Debug\Octokit-Extensions35.dll</HintPath>
270+
<HintPath>$(SolutionDir)lib\octokit.net\Octokit-Extensions35.dll</HintPath>
271271
</Reference>
272272
<Reference Include="System.Net.Http">
273273
<HintPath>$(SolutionDir)lib\system.net.http_35\System.Net.Http.dll</HintPath>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<HintPath>$(SolutionDir)lib\octokit.net\Octokit.dll</HintPath>
149149
</Reference>
150150
<Reference Include="Octokit-Extensions35">
151-
<HintPath>$(SolutionDir)octokit.net\Octokit-Extensions35\bin\Debug\Octokit-Extensions35.dll</HintPath>
151+
<HintPath>$(SolutionDir)lib\octokit.net\Octokit-Extensions35.dll</HintPath>
152152
</Reference>
153153
<Reference Include="System.Net.Http">
154154
<HintPath>$(SolutionDir)lib\system.net.http_35\System.Net.Http.dll</HintPath>

src/tests/IntegrationTests/IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<HintPath>$(SolutionDir)lib\octokit.net\Octokit.dll</HintPath>
109109
</Reference>
110110
<Reference Include="Octokit-Extensions35">
111-
<HintPath>$(SolutionDir)octokit.net\Octokit-Extensions35\bin\Debug\Octokit-Extensions35.dll</HintPath>
111+
<HintPath>$(SolutionDir)lib\octokit.net\Octokit-Extensions35.dll</HintPath>
112112
</Reference>
113113
<Reference Include="System.Net.Http">
114114
<HintPath>$(SolutionDir)lib\system.net.http_35\System.Net.Http.dll</HintPath>

src/tests/UnitTests/UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<HintPath>$(SolutionDir)lib\octokit.net\Octokit.dll</HintPath>
129129
</Reference>
130130
<Reference Include="Octokit-Extensions35">
131-
<HintPath>$(SolutionDir)octokit.net\Octokit-Extensions35\bin\Debug\Octokit-Extensions35.dll</HintPath>
131+
<HintPath>$(SolutionDir)lib\octokit.net\Octokit-Extensions35.dll</HintPath>
132132
</Reference>
133133
<Reference Include="System.Net.Http">
134134
<HintPath>$(SolutionDir)lib\system.net.http_35\System.Net.Http.dll</HintPath>

0 commit comments

Comments
 (0)