From 48027513578c410b4d2420dff8892009bfe1c00d Mon Sep 17 00:00:00 2001 From: Phil Scott Date: Tue, 19 Nov 2024 23:14:48 -0500 Subject: [PATCH] Add AOT compatibility and PolySharp package support --- src/Spectre.Console/Spectre.Console.csproj | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/Spectre.Console/Spectre.Console.csproj b/src/Spectre.Console/Spectre.Console.csproj index 9480036..27bcc02 100644 --- a/src/Spectre.Console/Spectre.Console.csproj +++ b/src/Spectre.Console/Spectre.Console.csproj @@ -5,7 +5,10 @@ true $(DefineConstants)TRACE;WCWIDTH_VISIBILITY_INTERNAL - + + true + true + @@ -20,6 +23,10 @@ all + + all + runtime; build; native; contentfiles; analyzers +