From 77311b6ec8e51c40be7f19ce0d35ead1c3e90623 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Mon, 25 Nov 2024 17:52:32 +0100 Subject: [PATCH 1/5] Update package versions and remove unnecessary EOL package references --- eng/Directory.Packages.props | 27 +++++-------------- .../Roslyn.Test.PdbUtilities.csproj | 9 ------- src/Tools/Source/RunTests/RunTests.csproj | 1 - .../TestDiscoveryWorker.csproj | 2 -- 4 files changed, 7 insertions(+), 32 deletions(-) diff --git a/eng/Directory.Packages.props b/eng/Directory.Packages.props index 1466d9260850b..8357fa6acb618 100644 --- a/eng/Directory.Packages.props +++ b/eng/Directory.Packages.props @@ -184,7 +184,7 @@ - + @@ -194,18 +194,15 @@ - - - - + + + - - - + @@ -225,15 +222,7 @@ - - - - + @@ -266,8 +255,6 @@ - - @@ -311,7 +298,7 @@ Microsoft.TeamFoundationServer.Client is referencing System.Data.SqlClient causing CG alert When it updates its referenced System.Data.SqlClient version this should be removed --> - + diff --git a/src/Test/PdbUtilities/Roslyn.Test.PdbUtilities.csproj b/src/Test/PdbUtilities/Roslyn.Test.PdbUtilities.csproj index 78b094b4e5bbf..9290b64c955c0 100644 --- a/src/Test/PdbUtilities/Roslyn.Test.PdbUtilities.csproj +++ b/src/Test/PdbUtilities/Roslyn.Test.PdbUtilities.csproj @@ -45,15 +45,6 @@ - - - - - - diff --git a/src/Tools/Source/RunTests/RunTests.csproj b/src/Tools/Source/RunTests/RunTests.csproj index c3c7c14e08d87..308d69d5b52ec 100644 --- a/src/Tools/Source/RunTests/RunTests.csproj +++ b/src/Tools/Source/RunTests/RunTests.csproj @@ -10,7 +10,6 @@ - diff --git a/src/Tools/TestDiscoveryWorker/TestDiscoveryWorker.csproj b/src/Tools/TestDiscoveryWorker/TestDiscoveryWorker.csproj index 84032b5202050..1d6c65bf6d8ec 100644 --- a/src/Tools/TestDiscoveryWorker/TestDiscoveryWorker.csproj +++ b/src/Tools/TestDiscoveryWorker/TestDiscoveryWorker.csproj @@ -10,8 +10,6 @@ - - From 6fa50ea16ab6542ff8aeab1fd39e1f6bc38dccc2 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Mon, 25 Nov 2024 18:13:11 +0100 Subject: [PATCH 2/5] Remove one more call site --- .../Test/Core/Microsoft.CodeAnalysis.Test.Utilities.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Compilers/Test/Core/Microsoft.CodeAnalysis.Test.Utilities.csproj b/src/Compilers/Test/Core/Microsoft.CodeAnalysis.Test.Utilities.csproj index 3d2b74a3c7ca2..712aaca60659f 100644 --- a/src/Compilers/Test/Core/Microsoft.CodeAnalysis.Test.Utilities.csproj +++ b/src/Compilers/Test/Core/Microsoft.CodeAnalysis.Test.Utilities.csproj @@ -99,7 +99,6 @@ - From ff3d06590815bfcf56d0e0b4ad0a9f4e5a68ebda Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 26 Nov 2024 12:17:40 +0100 Subject: [PATCH 3/5] Try app-local System.Memory --- .../SemanticSearch/BuildTask/SemanticSearch.BuildTask.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Tools/SemanticSearch/BuildTask/SemanticSearch.BuildTask.csproj b/src/Tools/SemanticSearch/BuildTask/SemanticSearch.BuildTask.csproj index 9e28511dab63f..b3902b9f2bfd2 100644 --- a/src/Tools/SemanticSearch/BuildTask/SemanticSearch.BuildTask.csproj +++ b/src/Tools/SemanticSearch/BuildTask/SemanticSearch.BuildTask.csproj @@ -12,6 +12,8 @@ + + From ab2a184831e85eb5091b7ea7a9eba518a72e0896 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 27 Nov 2024 10:41:09 +0100 Subject: [PATCH 4/5] Update SemanticSearch.BuildTask.csproj --- .../SemanticSearch/BuildTask/SemanticSearch.BuildTask.csproj | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Tools/SemanticSearch/BuildTask/SemanticSearch.BuildTask.csproj b/src/Tools/SemanticSearch/BuildTask/SemanticSearch.BuildTask.csproj index b3902b9f2bfd2..9e28511dab63f 100644 --- a/src/Tools/SemanticSearch/BuildTask/SemanticSearch.BuildTask.csproj +++ b/src/Tools/SemanticSearch/BuildTask/SemanticSearch.BuildTask.csproj @@ -12,8 +12,6 @@ - - From 40712539286fa72003a021acb6867def73d71f19 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 27 Nov 2024 14:54:01 +0100 Subject: [PATCH 5/5] Update RunTests.csproj --- src/Tools/Source/RunTests/RunTests.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Tools/Source/RunTests/RunTests.csproj b/src/Tools/Source/RunTests/RunTests.csproj index 308d69d5b52ec..f88b6a17d7dff 100644 --- a/src/Tools/Source/RunTests/RunTests.csproj +++ b/src/Tools/Source/RunTests/RunTests.csproj @@ -13,7 +13,6 @@ -