build: 添加 Newtonsoft.Json 依赖

This commit is contained in:
2025-01-21 17:46:45 +08:00
parent 5ddd421947
commit 539a0cb4a3

View File

@@ -7,4 +7,8 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/>
</ItemGroup>
</Project>