From 01fe39263d88cfdb9f4fc535c40b55f2dcc748d5 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sun, 15 Jul 2018 18:16:27 +0530 Subject: [PATCH] project changes to use nuget package for Newtonsoft.Json reference. --- DnsServerCore/DnsServerCore.csproj | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/DnsServerCore/DnsServerCore.csproj b/DnsServerCore/DnsServerCore.csproj index 91052528..91b5dd88 100644 --- a/DnsServerCore/DnsServerCore.csproj +++ b/DnsServerCore/DnsServerCore.csproj @@ -111,9 +111,10 @@ - - ..\..\..\Reference\Newtonsoft.Json\netstandard1.0\Newtonsoft.Json.dll - + + + + ..\..\TechnitiumLibrary\bin\TechnitiumLibrary.IO.dll