diff --git a/src/SourceBuild/patches/aspnetcore/0001-Disable-package-validation-during-source-build.patch b/src/SourceBuild/patches/aspnetcore/0001-Disable-package-validation-during-source-build.patch deleted file mode 100644 index 148bdb954..000000000 --- a/src/SourceBuild/patches/aspnetcore/0001-Disable-package-validation-during-source-build.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: MichaelSimons -Date: Mon, 5 Dec 2022 23:35:39 +0000 -Subject: [PATCH] Disable package validation during source-build - ---- - eng/SourceBuild.props | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/eng/SourceBuild.props b/eng/SourceBuild.props -index 63ebed2d9c..a1f0263955 100644 ---- a/eng/SourceBuild.props -+++ b/eng/SourceBuild.props -@@ -56,6 +56,7 @@ - - $(InnerBuildArgs) /p:SourceBuildRuntimeIdentifier=$(TargetRuntimeIdentifier) - $(InnerBuildArgs) /p:CrossgenOutput=false -+ $(InnerBuildArgs) /p:EnablePackageValidation=false - - - --- -2.30.2.windows.1 \ No newline at end of file diff --git a/src/SourceBuild/patches/format/0001-Use-MicrosoftNetCompilersToolsetVersion-instead-of.patch b/src/SourceBuild/patches/format/0001-Use-MicrosoftNetCompilersToolsetVersion-instead-of.patch deleted file mode 100644 index a96b23f38..000000000 --- a/src/SourceBuild/patches/format/0001-Use-MicrosoftNetCompilersToolsetVersion-instead-of.patch +++ /dev/null @@ -1,52 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Michael Simons -Date: Fri, 21 Apr 2023 03:07:28 +0000 -Subject: [PATCH] Use MicrosoftNetCompilersToolsetVersion instead of - MicrosoftNetCompilersToolsetPackageVersion - -Temporary fix for https://github.com/dotnet/source-build/issues/3392 ---- - Directory.Packages.props | 16 ++++++++-------- - eng/Versions.props | 4 ++-- - 2 files changed, 10 insertions(+), 10 deletions(-) - -diff --git a/Directory.Packages.props b/Directory.Packages.props -index c9041493..83f3d877 100644 ---- a/Directory.Packages.props -+++ b/Directory.Packages.props -@@ -13,14 +13,14 @@ - - - -- -- -- -- -- -- -- -- -+ -+ -+ -+ -+ -+ -+ -+ - - - -diff --git a/eng/Versions.props b/eng/Versions.props -index 2d325ec6..e1bc7022 100644 ---- a/eng/Versions.props -+++ b/eng/Versions.props -@@ -35,7 +35,7 @@ - - 6.6.0-preview.3.61 - -- 4.7.0-1.23226.15 -+ 4.7.0-1.23226.15 - - 1.1.2-beta1.22216.1 - diff --git a/src/SourceBuild/patches/sdk/0002-Use-MicrosoftNetCompilersToolsetVersion-instead-of-M.patch b/src/SourceBuild/patches/sdk/0002-Use-MicrosoftNetCompilersToolsetVersion-instead-of-M.patch deleted file mode 100644 index d4869c8a8..000000000 --- a/src/SourceBuild/patches/sdk/0002-Use-MicrosoftNetCompilersToolsetVersion-instead-of-M.patch +++ /dev/null @@ -1,40 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Nikola Milosavljevic -Date: Mon, 17 Apr 2023 20:19:53 +0000 -Subject: [PATCH] Use MicrosoftNetCompilersToolsetVersion instead of - MicrosoftNetCompilersToolsetPackageVersion - -Temporary fix for https://github.com/dotnet/source-build/issues/3392 ---- - src/Layout/redist/redist.csproj | 4 ++-- - src/Layout/redist/targets/GenerateLayout.targets | 2 +- - 2 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/src/Layout/redist/redist.csproj b/src/Layout/redist/redist.csproj -index ada9291ad2..032389051f 100644 ---- a/src/Layout/redist/redist.csproj -+++ b/src/Layout/redist/redist.csproj -@@ -33,8 +33,8 @@ - - - -- -- -+ -+ - - - -diff --git a/src/Layout/redist/targets/GenerateLayout.targets b/src/Layout/redist/targets/GenerateLayout.targets -index 3d3d3a47d3..03e06be78d 100644 ---- a/src/Layout/redist/targets/GenerateLayout.targets -+++ b/src/Layout/redist/targets/GenerateLayout.targets -@@ -27,7 +27,7 @@ - $(OutputPath)/Roslyn - - -- -+ - - -