Added Newtonsoft JSON to dependencies

This commit is contained in:
Travis Nickles 2020-04-02 17:22:14 -05:00
parent 688c5348e2
commit f1f41ff5e9
2 changed files with 5 additions and 0 deletions

View File

@ -112,6 +112,10 @@
<Reference Include="Nefarius.ViGEm.Client" Condition="'$(Platform)' == 'x86'&#xD;&#xA;">
<HintPath>.\libs\x86\Nefarius.ViGEm.Client\Nefarius.ViGEm.Client.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.6.8\lib\net45\NLog.dll</HintPath>
<SpecificVersion>False</SpecificVersion>

View File

@ -3,6 +3,7 @@
<package id="bloomtom.HttpProgress" version="2.3.1" targetFramework="net462" />
<package id="Extended.Wpf.Toolkit" version="3.7.0" targetFramework="net462" />
<package id="Hardcodet.NotifyIcon.Wpf" version="1.0.8" targetFramework="net462" />
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net462" />
<package id="NLog" version="4.6.8" targetFramework="net462" />
<package id="Ookii.Dialogs.Wpf" version="1.1.0" targetFramework="net462" />
<package id="TaskScheduler" version="2.8.17" targetFramework="net462" />