Skip to content

Commit

Permalink
Fix BepInEx BaseLib version reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ishitatsuyuki committed Oct 9, 2022
1 parent 86dad09 commit 0470806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layer/unity/LatencyFleX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<When Condition="'$(UnityRuntime)' == 'IL2CPP'">
<ItemGroup>
<PackageReference Include="BepInEx.IL2CPP" Version="6.0.0-*" IncludeAssets="compile"/>
<PackageReference Include="Il2CppAssemblyUnhollower.BaseLib" Version="0.4.23"/>
<PackageReference Include="Il2CppAssemblyUnhollower.BaseLib" Version="0.4.*"/>
<Reference Include="Il2Cppmscorlib">
<HintPath>..\lib\unhollowed\Il2Cppmscorlib.dll</HintPath>
<Private>False</Private>
Expand Down

0 comments on commit 0470806

Please sign in to comment.