Add ILRepack back to build process

This commit is contained in:
Sinai
2022-04-27 20:13:17 +10:00
parent acd30880a8
commit 6e5610129a
4 changed files with 55 additions and 27 deletions

View File

@ -78,7 +78,7 @@
</ItemGroup>
<!-- il2cpp nuget -->
<ItemGroup Condition="'$(Configuration)'=='ML_Cpp_net6' or '$(Configuration)'=='ML_Cpp_net472' or '$(Configuration)'=='STANDALONE_Cpp' or '$(Configuration)'=='BIE_Cpp'">
<PackageReference Include="Il2CppAssemblyUnhollower.BaseLib" Version="0.4.22" IncludeAssets="compile" />
<PackageReference Include="Il2CppAssemblyUnhollower.BaseLib" Version="0.4.22" />
<PackageReference Include="UniverseLib.IL2CPP" Version="1.3.13" />
</ItemGroup>
<!-- mono nuget -->