Browse Source

Reverted the Cecil version of Injector and Loader to continue supporting .NET 3.5

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
8ad848d458
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      IPA.Injector/IPA.Injector.csproj
  2. +1
    -1
      IPA.Loader/IPA.Loader.csproj

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

@ -114,7 +114,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Mono.Cecil">
<Version>0.11.1</Version>
<Version>0.10.4</Version>
</PackageReference>
<PackageReference Include="SemanticVersioning">
<Version>1.2.2</Version>


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

@ -149,7 +149,7 @@
<Version>1.2.0.1</Version>
</PackageReference>
<PackageReference Include="Mono.Cecil">
<Version>0.11.1</Version>
<Version>0.10.4</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>12.0.3</Version>


Loading…
Cancel
Save