Skip to content

Commit

Permalink
Update MonoMod.RuntimeDetour to 25.1.0-prerelease.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Jan 8, 2024
1 parent f6c4432 commit 07f93ae
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 @@ -69,7 +69,7 @@
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="all" />

<!-- Reference MonoMod.RuntimeDetour for our detour needs -->
<PackageReference Include="MonoMod.RuntimeDetour" Version="25.0.0" />
<PackageReference Include="MonoMod.RuntimeDetour" Version="25.1.0-prerelease.2" />

<!-- 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 @@ -62,7 +62,7 @@
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="all" />

<!-- Reference MonoMod.RuntimeDetour for our detour needs -->
<PackageReference Include="MonoMod.RuntimeDetour" Version="25.0.0" />
<PackageReference Include="MonoMod.RuntimeDetour" Version="25.1.0-prerelease.2" />

<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.7.0" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
</ItemGroup>
Expand Down

0 comments on commit 07f93ae

Please sign in to comment.