From cbf0728d4e89908c654c93e9ef0154276c1c1463 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Fri, 7 Jun 2024 22:11:26 +1000 Subject: [PATCH] Scale back autorestore of dotnet tools to only be in `BizHawk.Common` fixes f58b4640c and to be fair this was the one place actually using a tool during the build process, so it makes sense to keep them together I guess --- Common.props | 5 ----- src/BizHawk.Common/BizHawk.Common.csproj | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Common.props b/Common.props index ecab4a527c..3a18589e5a 100644 --- a/Common.props +++ b/Common.props @@ -52,9 +52,4 @@ - - - - diff --git a/src/BizHawk.Common/BizHawk.Common.csproj b/src/BizHawk.Common/BizHawk.Common.csproj index d0eb269428..7ee3e37172 100644 --- a/src/BizHawk.Common/BizHawk.Common.csproj +++ b/src/BizHawk.Common/BizHawk.Common.csproj @@ -16,6 +16,11 @@ + + + +