project changes to use nuget package for Newtonsoft.Json reference.

This commit is contained in:
Shreyas Zare
2018-07-15 18:16:27 +05:30
parent 33267350c8
commit 01fe39263d

View File

@@ -111,9 +111,10 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\..\Reference\Newtonsoft.Json\netstandard1.0\Newtonsoft.Json.dll</HintPath>
</Reference>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
</ItemGroup>
<ItemGroup>
<Reference Include="TechnitiumLibrary.IO">
<HintPath>..\..\TechnitiumLibrary\bin\TechnitiumLibrary.IO.dll</HintPath>
</Reference>