Skip to content

Commit

Permalink
fix incorrect HintPath
Browse files Browse the repository at this point in the history
  • Loading branch information
t-h-e committed Nov 1, 2016
1 parent 1102d4a commit 300a127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mono-debug.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="ICSharpCode.NRefactory">
<HintPath>packages\Bridge.NRefactory.5.5.4\lib\net40\ICSharpCode.NRefactory.dll</HintPath>
<HintPath>packages\ICSharpCode.NRefactory.5.5.1\lib\Net40\ICSharpCode.NRefactory.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.NRefactory.CSharp">
<HintPath>packages\Bridge.NRefactory.5.5.4\lib\net40\ICSharpCode.NRefactory.CSharp.dll</HintPath>
<HintPath>packages\ICSharpCode.NRefactory.5.5.1\lib\Net40\ICSharpCode.NRefactory.CSharp.dll</HintPath>
</Reference>
<Reference Include="Mono.Cecil">
<HintPath>packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.dll</HintPath>
Expand Down

0 comments on commit 300a127

Please sign in to comment.