Skip to content

Commit 25627f9

Browse files
Use solution dir as base path for packages
1 parent d936886 commit 25627f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Git.hub/Git.hub.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</PropertyGroup>
3636
<ItemGroup>
3737
<Reference Include="RestSharp, Version=105.2.3.0, Culture=neutral, processorArchitecture=MSIL">
38-
<HintPath>..\..\..\packages\RestSharp.105.2.3\lib\net4-client\RestSharp.dll</HintPath>
38+
<HintPath>$(SolutionDir)\packages\RestSharp.105.2.3\lib\net4-client\RestSharp.dll</HintPath>
3939
<Private>True</Private>
4040
</Reference>
4141
<Reference Include="System" />

0 commit comments

Comments
 (0)