Browse Source

Merge pull request #17 from MarcosMeli/patch-1

Fix Nuget packages folder reference
tags/0.9.0
Frans Bouma 10 years ago
parent
commit
5c4582d759
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/DocNet/Docnet.csproj

+ 2
- 2
src/DocNet/Docnet.csproj View File

@@ -34,7 +34,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>..\..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
@@ -80,4 +80,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

Loading…
Cancel
Save