Skip to content

Commit ba3fac9

Browse files
authored
Upgrade MonoMod to 22.7.31.1 to fix old mono preloader crashes (#973)
1 parent 5362580 commit ba3fac9

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

BepInEx.Core/BepInEx.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All"/>
1111
<PackageReference Include="HarmonyX" Version="2.10.2" />
1212
<PackageReference Include="SemanticVersioning" Version="2.0.2"/>
13-
<PackageReference Include="MonoMod.Utils" Version="22.5.1.1"/>
13+
<PackageReference Include="MonoMod.Utils" Version="22.7.31.1"/>
1414
</ItemGroup>
1515
<ItemGroup>
1616
<Compile Remove="Contract\IPlugin.cs"/>

BepInEx.Preloader.Core/BepInEx.Preloader.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All"/>
1111
<PackageReference Include="HarmonyX" Version="2.10.2" />
12-
<PackageReference Include="MonoMod.RuntimeDetour" Version="22.5.1.1"/>
13-
<PackageReference Include="MonoMod.Utils" Version="22.5.1.1"/>
12+
<PackageReference Include="MonoMod.RuntimeDetour" Version="22.7.31.1"/>
13+
<PackageReference Include="MonoMod.Utils" Version="22.7.31.1"/>
1414
</ItemGroup>
1515
</Project>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ A more comprehensive comparison list of features and compatibility is available
5959

6060
- [NeighTools/UnityDoorstop](https://github.com/NeighTools/UnityDoorstop) - v4.3.0
6161
- [BepInEx/HarmonyX](https://github.com/BepInEx/HarmonyX) - v2.10.2
62-
- [0x0ade/MonoMod](https://github.com/0x0ade/MonoMod) - v22.5.1.1
62+
- [0x0ade/MonoMod](https://github.com/0x0ade/MonoMod) - v22.7.31.1
6363
- [jbevain/cecil](https://github.com/jbevain/cecil) - v0.10.4
6464

6565
#### IL2CPP libraries

Runtimes/Unity/BepInEx.Unity.Common/BepInEx.Unity.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ItemGroup>
99
<PackageReference Include="AssetRipper.Primitives" Version="3.1.3" />
1010
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="all"/>
11-
<PackageReference Include="MonoMod.Utils" Version="22.5.1.1"/>
11+
<PackageReference Include="MonoMod.Utils" Version="22.7.31.1"/>
1212
</ItemGroup>
1313

1414
</Project>

Runtimes/Unity/BepInEx.Unity.IL2CPP/BepInEx.Unity.IL2CPP.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageReference Include="Il2CppInterop.Runtime" Version="1.4.6-ci.426"/>
2222
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" IncludeAssets="compile" PrivateAssets="all"/>
2323
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.1" IncludeAssets="compile" PrivateAssets="all"/>
24-
<PackageReference Include="MonoMod.RuntimeDetour" Version="22.5.1.1"/>
24+
<PackageReference Include="MonoMod.RuntimeDetour" Version="22.7.31.1"/>
2525
<PackageReference Include="Samboy063.Cpp2IL.Core" Version="2022.1.0-development.972"/>
2626
</ItemGroup>
2727

0 commit comments

Comments
 (0)