From 1f76595f1dcee282b6a1bf05c6dcc16e79d7bb2c Mon Sep 17 00:00:00 2001 From: Matt Thalman Date: Wed, 5 Apr 2023 12:33:07 -0500 Subject: [PATCH] Disable System.CommandLine trimming for source-build --- src/System.CommandLine/System.CommandLine.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/System.CommandLine/System.CommandLine.csproj b/src/System.CommandLine/System.CommandLine.csproj index 05d2847639..8f47927267 100644 --- a/src/System.CommandLine/System.CommandLine.csproj +++ b/src/System.CommandLine/System.CommandLine.csproj @@ -18,7 +18,7 @@ true - + true true