From bc9fd848f07c1501680427eedb2be1c33e8f446c Mon Sep 17 00:00:00 2001 From: rushiiMachine <33725716+rushiiMachine@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:41:19 -0700 Subject: [PATCH] fix(CI): remove multi framework builds for deps --- Osu.Patcher.Hook/Osu.Patcher.Hook.csproj | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Osu.Patcher.Hook/Osu.Patcher.Hook.csproj b/Osu.Patcher.Hook/Osu.Patcher.Hook.csproj index 1d77274..4ea0980 100644 --- a/Osu.Patcher.Hook/Osu.Patcher.Hook.csproj +++ b/Osu.Patcher.Hook/Osu.Patcher.Hook.csproj @@ -26,8 +26,12 @@ - - + + TargetFramework=net452 + + + TargetFramework=net452 +