Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 5b45c32

Browse files
committed
Fix libgit2sharp reference in unit tests
1 parent 224ca7e commit 5b45c32

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/UnitTests/UnitTests.csproj

+3-4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
<HintPath>..\..\packages\EntryExitDecorator.Fody.0.3.0\lib\net45\EntryExitDecoratorInterfaces.dll</HintPath>
3939
<Private>True</Private>
4040
</Reference>
41+
<Reference Include="LibGit2Sharp">
42+
<HintPath>..\..\lib\LibGit2Sharp.dll</HintPath>
43+
</Reference>
4144
<Reference Include="Microsoft.Reactive.Testing, Version=2.2.5.0, Culture=neutral, PublicKeyToken=62aa029873c516b4, processorArchitecture=MSIL">
4245
<HintPath>..\..\packages\Rx-Testing.2.2.5-custom\lib\net45\Microsoft.Reactive.Testing.dll</HintPath>
4346
<Private>True</Private>
@@ -183,10 +186,6 @@
183186
<Project>{B4E665E5-6CAF-4414-A6E2-8DE1C3BCF203}</Project>
184187
<Name>Akavache_Net45</Name>
185188
</ProjectReference>
186-
<ProjectReference Include="..\..\submodules\libgit2sharp\LibGit2Sharp\LibGit2Sharp.csproj">
187-
<Project>{ee6ed99f-cb12-4683-b055-d28fc7357a34}</Project>
188-
<Name>LibGit2Sharp</Name>
189-
</ProjectReference>
190189
<ProjectReference Include="..\..\submodules\octokit.net\Octokit.Reactive\Octokit.Reactive.csproj">
191190
<Project>{674B69B8-0780-4D54-AE2B-C15821FA51CB}</Project>
192191
<Name>Octokit.Reactive</Name>

0 commit comments

Comments
 (0)