Browse Source

Fix packages path in Docnet project

pull/15/head
Marcos Meli 10 years ago
parent
commit
36dc740afd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/DocNet/Docnet.csproj

+ 1
- 1
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" />


Loading…
Cancel
Save