This repository was archived by the owner on May 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 120
120
<!-- BepInEx universal refs -->
121
121
<ItemGroup Condition =" '$(IsBepInEx)'=='true'" >
122
122
<Reference Include =" 0Harmony" >
123
- <HintPath >packages\HarmonyX.2.4 .2\lib\net35\0Harmony.dll</HintPath >
123
+ <HintPath >packages\HarmonyX.2.5 .2\lib\net35\0Harmony.dll</HintPath >
124
124
<Private >False</Private >
125
125
</Reference >
126
126
</ItemGroup >
156
156
<!-- Standalone refs -->
157
157
<ItemGroup Condition =" '$(IsStandalone)'=='true'" >
158
158
<Reference Include =" 0Harmony" >
159
- <HintPath >packages\HarmonyX.2.4 .2\lib\net35\0Harmony.dll</HintPath >
159
+ <HintPath >packages\HarmonyX.2.5 .2\lib\net35\0Harmony.dll</HintPath >
160
160
<Private >False</Private >
161
161
</Reference >
162
162
</ItemGroup >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
- <package id =" HarmonyX" version =" 2.4 .2" targetFramework =" net35" />
3
+ <package id =" HarmonyX" version =" 2.5 .2" targetFramework =" net35" />
4
4
<package id =" ILRepack.Lib.MSBuild.Task" version =" 2.0.18.2" targetFramework =" net35" />
5
5
<package id =" ini-parser" version =" 2.5.2" targetFramework =" net35" />
6
6
<package id =" Mono.Cecil" version =" 0.10.4" targetFramework =" net35" />
You can’t perform that action at this time.
0 commit comments