From f5eac060796f6118352ea3b814f3130bc85aaf1f Mon Sep 17 00:00:00 2001 From: MichaelSimons Date: Wed, 13 Oct 2021 23:50:05 +0000 Subject: [PATCH] Resolve Microsoft.Extensions.CommandLineUtils prebuilt --- ...xtensions.CommandLineUtils-reference.patch | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 src/SourceBuild/tarball/patches/nuget-client/0009-Update-Microsoft.Extensions.CommandLineUtils-reference.patch diff --git a/src/SourceBuild/tarball/patches/nuget-client/0009-Update-Microsoft.Extensions.CommandLineUtils-reference.patch b/src/SourceBuild/tarball/patches/nuget-client/0009-Update-Microsoft.Extensions.CommandLineUtils-reference.patch new file mode 100644 index 000000000..99ab03f60 --- /dev/null +++ b/src/SourceBuild/tarball/patches/nuget-client/0009-Update-Microsoft.Extensions.CommandLineUtils-reference.patch @@ -0,0 +1,46 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Chris Rummel +Date: Wed, 21 Jul 2021 17:33:03 -0500 +Subject: [PATCH] Update Microsoft.Extensions.CommandLineUtils reference + +Microsoft.Extensions.CommandLineUtils is obsolete and no longer being built. Because of this it can't be source-built. +Microsoft.Extensions.CommandLineUtils.Sources is handled as a text-only SBRP. +--- + build/packages.targets | 3 ++- + .../NuGet.CommandLine.XPlat/NuGet.CommandLine.XPlat.csproj | 2 +- + 2 files changed, 3 insertions(+), 2 deletions(-) + +diff --git a/build/packages.targets b/build/packages.targets +index 614a0ca68..f6be9619e 100644 +--- a/build/packages.targets ++++ b/build/packages.targets +@@ -8,6 +8,7 @@ + 5.0.0 + 2.14.0-rtm-832 + 17.0.0-beta1-10402-05 ++ 5.0.1-rtm.21063.7 + + + +@@ -31,7 +32,7 @@ + + + +- ++ + + + +diff --git a/src/NuGet.Core/NuGet.CommandLine.XPlat/NuGet.CommandLine.XPlat.csproj b/src/NuGet.Core/NuGet.CommandLine.XPlat/NuGet.CommandLine.XPlat.csproj +index 21015c00a..e306cdee4 100644 +--- a/src/NuGet.Core/NuGet.CommandLine.XPlat/NuGet.CommandLine.XPlat.csproj ++++ b/src/NuGet.Core/NuGet.CommandLine.XPlat/NuGet.CommandLine.XPlat.csproj +@@ -18,7 +18,7 @@ + + + +- ++ + + +