aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Objects
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-12 21:13:54 -0500
committerMichael <[email protected]>2017-02-12 21:13:54 -0500
commit14bd25bab6dbed116c194d392e887c68a90c4d73 (patch)
tree4a114c6d076ac9bf3d3f8313314cc1081c68d3cb /ShiftOS.Objects
parentf483997d33bc59fccfc2cb967d0bef2e29448a02 (diff)
downloadshiftos_thereturn-14bd25bab6dbed116c194d392e887c68a90c4d73.tar.gz
shiftos_thereturn-14bd25bab6dbed116c194d392e887c68a90c4d73.tar.bz2
shiftos_thereturn-14bd25bab6dbed116c194d392e887c68a90c4d73.zip
Help me. I can't NuGet.
Diffstat (limited to 'ShiftOS.Objects')
-rw-r--r--ShiftOS.Objects/ShiftOS.Objects.csproj7
-rw-r--r--ShiftOS.Objects/packages.config2
2 files changed, 5 insertions, 4 deletions
diff --git a/ShiftOS.Objects/ShiftOS.Objects.csproj b/ShiftOS.Objects/ShiftOS.Objects.csproj
index 867c540..5166829 100644
--- a/ShiftOS.Objects/ShiftOS.Objects.csproj
+++ b/ShiftOS.Objects/ShiftOS.Objects.csproj
@@ -30,6 +30,10 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
+ <Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
+ <HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
+ <Private>True</Private>
+ </Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Forms" />
@@ -39,9 +43,6 @@
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
- <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
- <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="ClientSave.cs" />
diff --git a/ShiftOS.Objects/packages.config b/ShiftOS.Objects/packages.config
index 9d64bf3..db67311 100644
--- a/ShiftOS.Objects/packages.config
+++ b/ShiftOS.Objects/packages.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
- <package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" />
+ <package id="Newtonsoft.Json" version="8.0.3" targetFramework="net451" />
</packages> \ No newline at end of file