8000 Fix relative path to solution · github/libgit2sharp@37802e5 · GitHub
[go: up one dir, main page]

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

Commit 37802e5

Browse files
committed
Fix relative path to solution
1 parent b4b620e commit 37802e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LibGit2Sharp/LibGit2Sharp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup Condition="'$(SolutionDir)' == '' or '$(SolutionDir)' == '*undefined*'">
4-
<SolutionDir>..\..\..\</SolutionDir>
4+
<SolutionDir>..\..\</SolutionDir>
55
</PropertyGroup>
66
<PropertyGroup Condition="'$(PackageDir)' == '' or '$(PackageDir)' == '*undefined*'">
77
<PackageDir>$(SolutionDir)packages</PackageDir>
@@ -413,4 +413,4 @@
413413
<Target Name="AfterBuild">
414414
</Target>
415415
-->
416-
</Project>
416+
</Project>

0 commit comments

Comments
 (0)
0