Update harmony and Stardew.ModConfig; add newtonsoft.json as dependency.

master
Katie Durden 2023-01-30 04:42:54 -08:00 committed by Mohammad Shoaib
parent 6e5f9365f0
commit 5996fa09f2
1 changed files with 3 additions and 2 deletions

View File

@ -12,8 +12,9 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Lib.Harmony" Version="2.2.0" /> <PackageReference Include="Lib.Harmony" Version="2.2.2" />
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="4.0.0" /> <PackageReference Include="newtonsoft.json" Version="13.0.2" />
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="4.1.0" />
<Reference Include="./TolkDotNet.dll" /> <Reference Include="./TolkDotNet.dll" />
</ItemGroup> </ItemGroup>