Browse Source

Update HarmonyX, MonoMod, and Cecil

pull/72/head
Anairkoen Schno 2 years ago
parent
commit
f66e300e9b
Signed by: DaNike GPG Key ID: BEFB74D5F3FC4387
2 changed files with 6 additions and 6 deletions
  1. +3
    -3
      IPA.Injector/IPA.Injector.csproj
  2. +3
    -3
      IPA.Loader/IPA.Loader.csproj

+ 3
- 3
IPA.Injector/IPA.Injector.csproj View File

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\Common.props"/>
<Import Project="..\Common.props" />
<PropertyGroup>
<TargetFrameworks>net472</TargetFrameworks>
@ -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" />
@ -114,6 +114,6 @@
<RemoveDir Directories="$(OutputPath)Libraries" />
</Target>
<Import Project="..\Common.targets"/>
<Import Project="..\Common.targets" />
</Project>

+ 3
- 3
IPA.Loader/IPA.Loader.csproj View File

@ -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">


Loading…
Cancel
Save