From c0528f5ca84c02c27724e71c909c0c5816947eae Mon Sep 17 00:00:00 2001 From: Marcos Meli Date: Tue, 16 Feb 2016 19:43:42 -0300 Subject: [PATCH] Fix Nuget packages folder reference --- src/DocNet/Docnet.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DocNet/Docnet.csproj b/src/DocNet/Docnet.csproj index 416afce..f083b6f 100644 --- a/src/DocNet/Docnet.csproj +++ b/src/DocNet/Docnet.csproj @@ -34,7 +34,7 @@ - ..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll + ..\..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll True @@ -80,4 +80,4 @@ --> - \ No newline at end of file +