Skip to content

Commit

Permalink
deps: Update Spectre.Console package versions (#9894)
Browse files Browse the repository at this point in the history
deps: Update Spectre.Console.Cli package
  • Loading branch information
filzrev authored Apr 29, 2024
1 parent 3ca8934 commit 8e95d01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<PackageVersion Include="OneOf.SourceGenerator" Version="3.0.263" />
<PackageVersion Include="PdfPig" Version="0.1.9-alpha-20240419-1ef2e" />
<PackageVersion Include="PlantUml.Net" Version="1.4.80" />
<PackageVersion Include="Spectre.Console" Version="0.48.0" />
<PackageVersion Include="Spectre.Console.Cli" Version="0.48.0" />
<PackageVersion Include="Spectre.Console" Version="0.49.1" />
<PackageVersion Include="Spectre.Console.Cli" Version="0.49.1" />
<PackageVersion Include="Stubble.Core" Version="1.10.8" />
<PackageVersion Include="System.Collections.Immutable" Version="8.0.0" />
<PackageVersion Include="System.Composition" Version="8.0.0" />
Expand Down
4 changes: 3 additions & 1 deletion src/docfx/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
using Spectre.Console;
using Spectre.Console.Cli;

#nullable enable

namespace Docfx;

internal class Program
Expand Down Expand Up @@ -35,7 +37,7 @@ internal static int Main(string[] args)

return app.Run(args);

static void OnException(Exception e)
static void OnException(Exception e, ITypeResolver? resolver)
{
if (e is CommandAppException cae)
{
Expand Down

0 comments on commit 8e95d01

Please sign in to comment.