Skip to content

Commit

Permalink
Update HarmonyX, MonoMod, and Cecil
Browse files Browse the repository at this point in the history
  • Loading branch information
nike4613 committed Jul 15, 2021
1 parent 7af2e90 commit f66e300
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions IPA.Injector/IPA.Injector.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\Common.props"/>
<Import Project="..\Common.props" />

<PropertyGroup>
<TargetFrameworks>net472</TargetFrameworks>
Expand Down Expand Up @@ -80,7 +80,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Mono.Cecil" Version="0.11.3" />
<PackageReference Include="Mono.Cecil" Version="0.11.4" />
<PackageReference Include="AsyncBridge" Version="0.3.1" />

<ProjectReference Include="..\SemVer\SemVer.csproj" />
Expand Down Expand Up @@ -114,6 +114,6 @@
<RemoveDir Directories="$(OutputPath)Libraries" />
</Target>

<Import Project="..\Common.targets"/>
<Import Project="..\Common.targets" />

</Project>
6 changes: 3 additions & 3 deletions IPA.Loader/IPA.Loader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
<ExcludeAssets>buildtransitive</ExcludeAssets>
</PackageReference>-->

<PackageReference Include="Mono.Cecil" Version="0.11.3" />
<PackageReference Include="HarmonyX" Version="2.4.2" />
<PackageReference Include="MonoMod.RuntimeDetour" Version="21.4.29.1" />
<PackageReference Include="Mono.Cecil" Version="0.11.4" />
<PackageReference Include="HarmonyX" Version="2.5.0" />
<PackageReference Include="MonoMod.RuntimeDetour" Version="21.7.8.3" />

<ProjectReference Include="..\SemVer\SemVer.csproj" />
<Reference Include="Hive.Versioning" Version="0.1.0">
Expand Down

0 comments on commit f66e300

Please sign in to comment.