diff --git a/build/Targets.cs b/build/Targets.cs index 6529e18..411f657 100644 --- a/build/Targets.cs +++ b/build/Targets.cs @@ -6,9 +6,9 @@ using static SimpleExec.Command; const string Solution = "releasy.sln"; -IList packableProjects = new List{ +IList packableProjects = [ "releasy" -}; +]; var app = new CommandLineApplication {