Skip to content

Commit

Permalink
Update MonoMod.RuntimeDetour to 25.1 (#100)
Browse files Browse the repository at this point in the history
Fixes .NET 3.5 support broken by merging #79
  • Loading branch information
ManlyMarco committed Jan 19, 2024
1 parent f6c4432 commit 4148feb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions HarmonyTests/HarmonyTests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net35;net45;netcoreapp3.1;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net35;net45;netcoreapp3.1;net6.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<IsPackable>false</IsPackable>
Expand Down 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 4148feb

Please sign in to comment.