From ddbabd606794e8089e5367f645315b3a763b7d9d Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Fri, 13 Mar 2020 09:46:24 +1000 Subject: [PATCH] Split path to fork in project dependency tree Emulation.Common does not depend on Emulation.DiscSystem, but Emulation.Cores still depends on both --- BizHawk.Emulation.Common/BizHawk.Emulation.Common.csproj | 2 +- BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Common/BizHawk.Emulation.Common.csproj b/BizHawk.Emulation.Common/BizHawk.Emulation.Common.csproj index 6feb8daa4d..09b7e57e29 100644 --- a/BizHawk.Emulation.Common/BizHawk.Emulation.Common.csproj +++ b/BizHawk.Emulation.Common/BizHawk.Emulation.Common.csproj @@ -6,7 +6,7 @@ - + diff --git a/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj b/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj index 7484162a19..4d39813197 100644 --- a/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj +++ b/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj @@ -12,6 +12,7 @@ +