Skip to content

Commit bae9acf

Browse files
Bump Newtonsoft.Json from 11.0.2 to 13.0.1 in /NetCore/HttpApiCore
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@11.0.2...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4ef50fa commit bae9acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NetCore/HttpApiCore/HttpApiCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ HttpApiCore 是一种便利的提供数据服务接口的框架,可作为 WebA
4646
<ItemGroup>
4747
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
4848
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="3.1.3" />
49-
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
49+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
5050
<PackageReference Include="ZKWeb.System.Drawing" Version="4.0.1" />
5151
</ItemGroup>
5252

0 commit comments

Comments
 (0)