From 4148febe96a70708652d07d05aeb88c786eab972 Mon Sep 17 00:00:00 2001 From: ManlyMarco <39247311+ManlyMarco@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:13:11 +0100 Subject: [PATCH] Update MonoMod.RuntimeDetour to 25.1 (#100) Fixes .NET 3.5 support broken by merging #79 --- Harmony/Harmony.csproj | 2 +- HarmonyTests/HarmonyTests.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Harmony/Harmony.csproj b/Harmony/Harmony.csproj index d58d7b7a..37891303 100644 --- a/Harmony/Harmony.csproj +++ b/Harmony/Harmony.csproj @@ -69,7 +69,7 @@ - + diff --git a/HarmonyTests/HarmonyTests.csproj b/HarmonyTests/HarmonyTests.csproj index 7abfa2a7..584758f8 100644 --- a/HarmonyTests/HarmonyTests.csproj +++ b/HarmonyTests/HarmonyTests.csproj @@ -1,7 +1,7 @@ - net35;net45;netcoreapp3.1;net6.0;net7.0 + net35;net45;netcoreapp3.1;net6.0 true latest false @@ -62,7 +62,7 @@ - +