Skip to content

Commit

Permalink
Make sure not to use an outdated Mono.Cecil in ModTek.
Browse files Browse the repository at this point in the history
  • Loading branch information
CptMoore committed Dec 24, 2024
1 parent 0e34535 commit c1c0247
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ModTek.Injectors/ModTek.Injectors.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="HarmonyX">
<PackageReference Include="Mono.Cecil">
<PrivateAssets>All</PrivateAssets>
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
<Reference Include="Mono.Cecil">
<Private>False</Private>
</Reference>
</ItemGroup>
</Project>

0 comments on commit c1c0247

Please sign in to comment.