From f2ae53fbe18979d5604f02b3b72748a1fe21cb2b Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Fri, 3 Mar 2023 16:56:16 -0600 Subject: [PATCH] Remove obsolete roslyn patch (#15700) --- ...01-Patch-to-prevent-WPF-from-loading.patch | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/SourceBuild/patches/roslyn/0001-Patch-to-prevent-WPF-from-loading.patch diff --git a/src/SourceBuild/patches/roslyn/0001-Patch-to-prevent-WPF-from-loading.patch b/src/SourceBuild/patches/roslyn/0001-Patch-to-prevent-WPF-from-loading.patch deleted file mode 100644 index 29e3a2545..000000000 --- a/src/SourceBuild/patches/roslyn/0001-Patch-to-prevent-WPF-from-loading.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Michael Simons -Date: Wed, 1 Mar 2023 00:59:46 +0000 -Subject: [PATCH] Patch to prevent WPF from loading - -Backport: https://github.com/dotnet/source-build/issues/3280 ---- - src/Tools/IdeBenchmarks/IdeBenchmarks.csproj | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/Tools/IdeBenchmarks/IdeBenchmarks.csproj b/src/Tools/IdeBenchmarks/IdeBenchmarks.csproj -index cf0e1886b83..2ee6d355401 100644 ---- a/src/Tools/IdeBenchmarks/IdeBenchmarks.csproj -+++ b/src/Tools/IdeBenchmarks/IdeBenchmarks.csproj -@@ -7,7 +7,7 @@ - net472 - false - $(NoWarn),CA2007 -- true -+ true - - -