Skip to content

Commit 540c45d

Browse files
author
Steve Ives
committed
Fix up NewtinSoft.Json reference
1 parent ba126e1 commit 540c45d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

FileService/FileService.synproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@
7777
<Private>true</Private>
7878
</Reference>
7979
<Reference Include="mscorlib" />
80-
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
81-
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
82-
<Private>true</Private>
83-
</Reference>
8480
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5">
8581
<HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
8682
<Private>true</Private>
@@ -112,6 +108,7 @@
112108
<HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.9\lib\net45\System.Web.Http.WebHost.dll</HintPath>
113109
<Private>true</Private>
114110
</Reference>
111+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
115112
</ItemGroup>
116113
<ItemGroup>
117114
<Compile Include="FileService.dbl">

0 commit comments

Comments
 (0)