diff --git a/src/SourceBuild/patches/nuget-client/0001-Add-System.Security.Cryptography.Xml-dependency.patch b/src/SourceBuild/patches/nuget-client/0001-Add-System.Security.Cryptography.Xml-dependency.patch new file mode 100644 index 000000000..43c508259 --- /dev/null +++ b/src/SourceBuild/patches/nuget-client/0001-Add-System.Security.Cryptography.Xml-dependency.patch @@ -0,0 +1,64 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Nikola Milosavljevic +Date: Tue, 13 Jun 2023 15:16:45 +0000 +Subject: [PATCH] Add System.Security.Cryptography.Xml dependency + +Backport: https://github.com/NuGet/NuGet.Client/pull/5228 +--- + Directory.Packages.props | 14 ++++++++------ + eng/Version.Details.xml | 4 ++++ + 2 files changed, 12 insertions(+), 6 deletions(-) + +diff --git a/Directory.Packages.props b/Directory.Packages.props +index e1b991802..75ac7356a 100644 +--- a/Directory.Packages.props ++++ b/Directory.Packages.props +@@ -14,17 +14,19 @@ + 16.8.0 + + 16.11.0 +- +- +- 6.0.1 +- 4.7.1 ++ + + +- ++ ++ ++ + 6.0.0 + 6.0.0 + 3.0.0 + 4.5.0 ++ ++ 6.0.1 ++ 4.7.1 + + + +@@ -96,7 +98,7 @@ + + + +- ++ + + + +diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml +index 3d01f5de6..38e1eba71 100644 +--- a/eng/Version.Details.xml ++++ b/eng/Version.Details.xml +@@ -34,5 +34,9 @@ + https://github.com/dotnet/corefx + 30ab651fcb4354552bd4891619a0bdd81e0ebdbf + ++ ++ https://github.com/dotnet/runtime ++ 55fb7ef977e7d120dc12f0960edcff0739d7ee0e ++ + + +\ No newline at end of file