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

Commit 8a90349

Browse files
Remove reference to external solutions
1 parent f861fa5 commit 8a90349

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/contributing/how-to-build.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,3 @@ The `GitHub.Unity.sln` solution includes several projects:
6868
- GitHub.Logging: A logging helper library
6969
- GitHub.Api: The core of the extension. This project is C#6 and includes async/await threading and other features that Unity cannot currently compile.
7070
- GitHub.Unity: Unity-specific code. This project is compilable by Unity
71-
72-
## Other solutions
73-
74-
Octokit is normally included as a prebuilt DLL (in the `lib` directory), but when updating Octokit or debugging issues with the 3.5 backport, it can sometimes be handy to reference the project directly. The `GitHub.Unity.OctokitDebugging.sln` solution is a helper solution that includes Octokit and dotnet-httpclient35 as referenced projects instead of prebuilt dlls.
75-
76-
This solution requires a clone of [https://github.com/github-for-unity/octokit.net](https://github.com/github-for-unity/octokit.net) and [https://github.com/github-for-unity/dotnet-httpclient35](https://github.com/github-for-unity/dotnet-httpclient35) to exist next to your GitHub for Unity checkout.

0 commit comments

Comments
 (0)