library bump
This commit is contained in:
parent
e1672b7256
commit
fb1873b779
2 changed files with 3 additions and 3 deletions
|
@ -35,8 +35,8 @@
|
||||||
<NoWarn>0649</NoWarn>
|
<NoWarn>0649</NoWarn>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||||
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
|
<HintPath>..\..\packages\Newtonsoft.Json.10.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Core" />
|
<Reference Include="System.Core" />
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net40" />
|
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net40" />
|
||||||
<package id="WebSocketSharp" version="1.0.3-rc11" targetFramework="net40" />
|
<package id="WebSocketSharp" version="1.0.3-rc11" targetFramework="net40" />
|
||||||
</packages>
|
</packages>
|
Reference in a new issue