Use CliFx v3 stable

This commit is contained in:
tyrrrz
2026-04-03 17:27:30 +03:00
parent f1673cde77
commit af3ec8c299
2 changed files with 1 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
<PackageVersion Include="Avalonia" Version="11.3.13" />
<PackageVersion Include="Avalonia.Desktop" Version="11.3.13" />
<PackageVersion Include="Avalonia.Diagnostics" Version="11.3.13" />
<PackageVersion Include="CliFx" Version="3.0.0-alpha.2" />
<PackageVersion Include="CliFx" Version="3.0.0" />
<PackageVersion Include="Cogwheel" Version="2.1.1" />
<PackageVersion Include="CommunityToolkit.Mvvm" Version="8.4.2" />
<PackageVersion Include="coverlet.collector" Version="8.0.1" />

View File

@@ -5,11 +5,6 @@ using CliFx;
using CliFx.Binding;
using CliFx.Infrastructure;
return await new CommandLineApplicationBuilder()
.AddCommandsFromThisAssembly()
.Build()
.RunAsync(args);
[Command(Description = "Publishes the GUI app as a macOS .app bundle.")]
public partial class PublishMacOSBundleCommand : ICommand
{