瀏覽代碼

Bump Newtonsoft.Json from 12.0.3 to 13.0.2 in /src/MineCase.Protocol

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.3...13.0.2)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] 3 年之前
父節點
當前提交
2d1c84a107
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/MineCase.Core/MineCase.Core.csproj
  2. 1 1
      src/MineCase.Protocol/MineCase.Protocol.csproj

+ 1 - 1
src/MineCase.Core/MineCase.Core.csproj

@@ -18,7 +18,7 @@
 
   <ItemGroup>
     <PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.164" PrivateAssets="All" />
-    <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
+    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
   </ItemGroup>
 
   <ItemGroup>

+ 1 - 1
src/MineCase.Protocol/MineCase.Protocol.csproj

@@ -13,7 +13,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
+    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
     <PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.164" PrivateAssets="All" />
     <PackageReference Include="sharpcompress" Version="0.24.0" />
   </ItemGroup>