aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-13 13:41:18 -0500
committerMichael <[email protected]>2017-02-13 13:41:18 -0500
commitd54cc313019fee324a9df2601f19e6d56d241eba (patch)
tree1b9accbb30939b61e0843b1dd135a9e3923f8e7d /ShiftOS_TheReturn
parentd3a70b7a39bf1c73ff0463a8f06c82359a672bb0 (diff)
downloadshiftos_thereturn-d54cc313019fee324a9df2601f19e6d56d241eba.tar.gz
shiftos_thereturn-d54cc313019fee324a9df2601f19e6d56d241eba.tar.bz2
shiftos_thereturn-d54cc313019fee324a9df2601f19e6d56d241eba.zip
fix nuget mosquitos
Diffstat (limited to 'ShiftOS_TheReturn')
-rw-r--r--ShiftOS_TheReturn/ShiftOS.Engine.csproj4
-rw-r--r--ShiftOS_TheReturn/packages.config2
2 files changed, 3 insertions, 3 deletions
diff --git a/ShiftOS_TheReturn/ShiftOS.Engine.csproj b/ShiftOS_TheReturn/ShiftOS.Engine.csproj
index d365f55..a8c041d 100644
--- a/ShiftOS_TheReturn/ShiftOS.Engine.csproj
+++ b/ShiftOS_TheReturn/ShiftOS.Engine.csproj
@@ -68,8 +68,8 @@
<Reference Include="NetSockets">
<HintPath>..\Libraries\NetSockets.dll</HintPath>
</Reference>
- <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>
+ <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
+ <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
diff --git a/ShiftOS_TheReturn/packages.config b/ShiftOS_TheReturn/packages.config
index 6add001..5f5c3b4 100644
--- a/ShiftOS_TheReturn/packages.config
+++ b/ShiftOS_TheReturn/packages.config
@@ -2,5 +2,5 @@
<packages>
<package id="DynamicLua" version="1.1.2.0" targetFramework="net452" />
<package id="NAudio" version="1.8.0" targetFramework="net451" />
- <package id="Newtonsoft.Json" version="8.0.3" targetFramework="net451" />
+ <package id="Newtonsoft.Json" version="9.0.1" targetFramework="net451" />
</packages> \ No newline at end of file