Skip to content

Commit

Permalink
Update MonoMod to 21.4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorsington committed Apr 11, 2021
1 parent 5cb18b2 commit bbe018a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Harmony/Harmony.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<PackageReference Include="jnm2.ReferenceAssemblies.net35" Version="1.0.1" PrivateAssets="all" Condition="'$(TargetFramework)'=='net35'" />

<!-- Reference MonoMod.RuntimeDetour for our detour needs -->
<PackageReference Include="MonoMod.RuntimeDetour" Version="21.1.11.1" />
<PackageReference Include="MonoMod.RuntimeDetour" Version="21.4.2.3" />

<!-- Reference SRE helpers for .NET Standard -->
<PackageReference Include="System.Reflection.Emit" Version="4.7.0" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
Expand Down
2 changes: 1 addition & 1 deletion HarmonyTests/HarmonyTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<PackageReference Include="jnm2.ReferenceAssemblies.net35" Version="1.0.1" PrivateAssets="all" Condition="'$(TargetFramework)'=='net35'" />

<!-- Reference MonoMod.RuntimeDetour for our detour needs -->
<PackageReference Include="MonoMod.RuntimeDetour" Version="21.1.11.1" />
<PackageReference Include="MonoMod.RuntimeDetour" Version="21.4.2.3" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFrameworkIdentifier)'=='.NETCoreApp'">
Expand Down

0 comments on commit bbe018a

Please sign in to comment.