update ALL owml packages not just the qsb one

This commit is contained in:
JohnCorby 2022-12-03 13:16:40 -08:00
parent 8f0d0b8c5f
commit 2f2cffd87f
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OuterWildsGameLibs" Version="1.1.13.393" IncludeAssets="compile" />
<PackageReference Include="OWML" Version="2.7.0" IncludeAssets="compile" />
<PackageReference Include="OWML" Version="2.8.0" IncludeAssets="compile" />
</ItemGroup>
</Project>

View File

@ -4,7 +4,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OuterWildsGameLibs" Version="1.1.13.393" />
<PackageReference Include="OWML" Version="2.7.0" />
<PackageReference Include="OWML" Version="2.8.0" />
<Reference Include="../Mirror/*.dll" />
</ItemGroup>
</Project>