From 1ec111d6f3f3fc09c7e765b0d7b6d3f720374a8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaury=20Lev=C3=A9?= Date: Fri, 20 Dec 2024 14:00:43 +0100 Subject: [PATCH] Drop dependency to System.ValueTuple (#4398) --- Directory.Packages.props | 2 -- src/Adapter/MSTest.TestAdapter/MSTest.TestAdapter.csproj | 4 +--- src/Adapter/MSTest.TestAdapter/MSTest.TestAdapter.nuspec | 3 --- .../MSTestAdapter.PlatformServices.UnitTests.csproj | 1 - 4 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 2e0673f29b..2ab7b2733f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -21,7 +21,6 @@ 4.3.1 4.3.1 4.5.4 - 4.5.0 1.1.3-beta1.24423.1 @@ -53,7 +52,6 @@ - diff --git a/src/Adapter/MSTest.TestAdapter/MSTest.TestAdapter.csproj b/src/Adapter/MSTest.TestAdapter/MSTest.TestAdapter.csproj index 0174d645d9..ec2308022d 100644 --- a/src/Adapter/MSTest.TestAdapter/MSTest.TestAdapter.csproj +++ b/src/Adapter/MSTest.TestAdapter/MSTest.TestAdapter.csproj @@ -1,4 +1,4 @@ - + @@ -58,7 +58,6 @@ - @@ -86,7 +85,6 @@ - diff --git a/src/Adapter/MSTest.TestAdapter/MSTest.TestAdapter.nuspec b/src/Adapter/MSTest.TestAdapter/MSTest.TestAdapter.nuspec index 549cd6e8c8..fab41babbc 100644 --- a/src/Adapter/MSTest.TestAdapter/MSTest.TestAdapter.nuspec +++ b/src/Adapter/MSTest.TestAdapter/MSTest.TestAdapter.nuspec @@ -7,17 +7,14 @@ - - - diff --git a/test/UnitTests/MSTestAdapter.PlatformServices.UnitTests/MSTestAdapter.PlatformServices.UnitTests.csproj b/test/UnitTests/MSTestAdapter.PlatformServices.UnitTests/MSTestAdapter.PlatformServices.UnitTests.csproj index b6f427823c..fc3cf9fa06 100644 --- a/test/UnitTests/MSTestAdapter.PlatformServices.UnitTests/MSTestAdapter.PlatformServices.UnitTests.csproj +++ b/test/UnitTests/MSTestAdapter.PlatformServices.UnitTests/MSTestAdapter.PlatformServices.UnitTests.csproj @@ -39,7 +39,6 @@ -