Revert "update System.CommandLine (#1356)", but keep the removal of two dependencies by adamsitnik · Pull Request #1363 · dotnet/sourcelink (original) (raw)
This reverts commit 3c34adc due to circular dependency between SDK and NuGet.Client that both use System.CommandLine. The update will be re-introduced around April.
But it keeps the changes responsible for removing dependencies to System.CommandLine.Rendering and System.CommandLine.NamingConventionBinder (we are not going to ship this libraries anymore and they were not used here so there is no point of keeping these dependencies).
cc @ViktorHofer