From f9b56c91af8b760f4f97320ed4b2ac84e052697a Mon Sep 17 00:00:00 2001 From: JFronny <33260128+JFronny@users.noreply.github.com> Date: Wed, 3 Feb 2021 22:47:53 +0100 Subject: [PATCH] Upgrade System.Commandline --- InstallerCLI/InstallerCLI.csproj | 2 +- UpTool build tool/Program.cs | 6 +++--- UpTool build tool/UpTool build tool.csproj | 2 +- UpTool2/UpTool2.csproj | 3 --- UpToolCLI/UpToolCLI.csproj | 2 +- UpToolLib/UpToolLib.csproj | 4 ---- 6 files changed, 6 insertions(+), 13 deletions(-) diff --git a/InstallerCLI/InstallerCLI.csproj b/InstallerCLI/InstallerCLI.csproj index 867a30a..c8e5621 100644 --- a/InstallerCLI/InstallerCLI.csproj +++ b/InstallerCLI/InstallerCLI.csproj @@ -13,7 +13,7 @@ - + diff --git a/UpTool build tool/Program.cs b/UpTool build tool/Program.cs index 9513ce3..8c0301f 100644 --- a/UpTool build tool/Program.cs +++ b/UpTool build tool/Program.cs @@ -30,13 +30,13 @@ namespace UpTool_build_tool "This indicates that your program supports multiple platforms natively and doesn't require WINE") }; build.Handler = - CommandHandler.Create((Action) Build); + CommandHandler.Create((Action) Build); rootCommand.AddCommand(build); return rootCommand.InvokeAsync(args).Result; } - private static void Build(string binDir, string mainBin, string packageFile, string postInstall, - string postRemove, bool noLogo, bool noShortcuts, bool noWine) + private static void Build(string? binDir, string? mainBin, string? packageFile, string? postInstall, + string? postRemove, bool noLogo, bool noShortcuts, bool noWine) { Stopwatch watch = Stopwatch.StartNew(); if (!noLogo) diff --git a/UpTool build tool/UpTool build tool.csproj b/UpTool build tool/UpTool build tool.csproj index 32eefdd..5956300 100644 --- a/UpTool build tool/UpTool build tool.csproj +++ b/UpTool build tool/UpTool build tool.csproj @@ -16,6 +16,6 @@ - + diff --git a/UpTool2/UpTool2.csproj b/UpTool2/UpTool2.csproj index bb41efc..e5346cb 100644 --- a/UpTool2/UpTool2.csproj +++ b/UpTool2/UpTool2.csproj @@ -19,9 +19,6 @@ - - - diff --git a/UpToolCLI/UpToolCLI.csproj b/UpToolCLI/UpToolCLI.csproj index e73b1ad..08cc273 100644 --- a/UpToolCLI/UpToolCLI.csproj +++ b/UpToolCLI/UpToolCLI.csproj @@ -14,7 +14,7 @@ - + diff --git a/UpToolLib/UpToolLib.csproj b/UpToolLib/UpToolLib.csproj index 258c4ed..eda6799 100644 --- a/UpToolLib/UpToolLib.csproj +++ b/UpToolLib/UpToolLib.csproj @@ -6,8 +6,4 @@ 1.0.* - - - -