fix errors

This commit is contained in:
Evil Factory
2021-12-15 15:35:10 -03:00
parent bb1631a21c
commit 24f63c78cb
8 changed files with 19 additions and 7 deletions
@@ -82,8 +82,16 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="MonoMod.Common" Version="21.12.12.3" />
<PackageReference Include="MoonSharp" Version="2.0.0" />
<PackageReference Include="RestSharp" Version="106.13.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="0Harmony">
<HintPath>..\..\Libraries\0Harmony.dll</HintPath>
</Reference>
</ItemGroup>
<!-- Sourced from https://stackoverflow.com/a/45248069 -->
<Target Name="GetGitRevision" BeforeTargets="WriteGitRevision" Condition="'$(BuildHash)' == ''">