aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Server/ShiftOS.Server.csproj
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-12 20:13:06 -0500
committerMichael <[email protected]>2017-02-12 20:13:06 -0500
commitf483997d33bc59fccfc2cb967d0bef2e29448a02 (patch)
treedfa536d0957f282da9f833aedd0c3fb41c014ff7 /ShiftOS.Server/ShiftOS.Server.csproj
parentf5f4dcbdb58829707ecbc7ecc20ffdae8c656457 (diff)
downloadshiftos_thereturn-f483997d33bc59fccfc2cb967d0bef2e29448a02.tar.gz
shiftos_thereturn-f483997d33bc59fccfc2cb967d0bef2e29448a02.tar.bz2
shiftos_thereturn-f483997d33bc59fccfc2cb967d0bef2e29448a02.zip
New chat client-side.
Diffstat (limited to 'ShiftOS.Server/ShiftOS.Server.csproj')
-rw-r--r--ShiftOS.Server/ShiftOS.Server.csproj7
1 files changed, 4 insertions, 3 deletions
diff --git a/ShiftOS.Server/ShiftOS.Server.csproj b/ShiftOS.Server/ShiftOS.Server.csproj
index d5b2cb2..2ee1d88 100644
--- a/ShiftOS.Server/ShiftOS.Server.csproj
+++ b/ShiftOS.Server/ShiftOS.Server.csproj
@@ -40,6 +40,10 @@
<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>
+ <Private>True</Private>
+ </Reference>
<Reference Include="Nito.AsyncEx, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Nito.AsyncEx.3.0.1\lib\net45\Nito.AsyncEx.dll</HintPath>
<Private>True</Private>
@@ -68,9 +72,6 @@
<Reference Include="DynamicLua, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\DynamicLua.1.1.2.0\lib\net40-Client\DynamicLua.dll</HintPath>
</Reference>
- <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>
<Reference Include="WebSocket4Net, Version=0.14.1.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL">
<HintPath>..\packages\WebSocket4Net.0.14.1\lib\net45\WebSocket4Net.dll</HintPath>
<Private>True</Private>