upgrade packages in the other projects as well, for consistency

This commit is contained in:
JohnCorby 2022-07-14 09:25:04 -07:00
parent a7b98bce07
commit cc856d3cbf
2 changed files with 3 additions and 3 deletions

View File

@ -4,6 +4,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OuterWildsGameLibs" Version="1.1.12.168" IncludeAssets="compile" />
<PackageReference Include="HarmonyX" Version="2.9.0" IncludeAssets="compile" />
<PackageReference Include="HarmonyX" Version="2.10.0" IncludeAssets="compile" />
</ItemGroup>
</Project>

View File

@ -4,8 +4,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OuterWildsGameLibs" Version="1.1.12.168" />
<PackageReference Include="OWML" Version="2.3.2" />
<PackageReference Include="HarmonyX" Version="2.9.0" />
<PackageReference Include="OWML" Version="2.5.2" />
<PackageReference Include="HarmonyX" Version="2.10.0" />
<Reference Include="../Mirror/*.dll" />
</ItemGroup>
</Project>