From 18efd14123b1174a872fcdfc22e3a3d463101ffb Mon Sep 17 00:00:00 2001 From: Ivandro Jao Date: Mon, 30 Sep 2024 20:33:46 +0100 Subject: [PATCH] Remove redundant MSTest package references Consolidate MSTest package versions for simplicity and to avoid conflicts. Removed individual MSTest related references from the project file and centralized the version management in Directory.Packages.props. Signed-off-by: Ivandro Jao --- Directory.Packages.props | 4 ---- src/Test/Test.csproj | 11 ----------- 2 files changed, 15 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 1b760892d..4e4e20841 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,12 +3,8 @@ true - - - - diff --git a/src/Test/Test.csproj b/src/Test/Test.csproj index 59f3affe4..614f0a7e8 100644 --- a/src/Test/Test.csproj +++ b/src/Test/Test.csproj @@ -9,9 +9,6 @@ AllRules.ruleset - - False - @@ -81,15 +78,7 @@ - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - -