Skip to content

Commit

Permalink
Bump Spectre.Console.Cli
Browse files Browse the repository at this point in the history
  • Loading branch information
sailro committed Apr 25, 2024
1 parent 21868b3 commit b5a1e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Installer/Compiler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ private bool TryGetMetadataReference(string assemblyName, [NotNullWhen(true)] ou
{
reference = MetadataReference.CreateFromFile(path);
#if DEBUG
Spectre.Console.AnsiConsole.MarkupLine($"[grey]>> Resolved {assemblyName} to {path}.[/]");
Spectre.Console.AnsiConsole.MarkupLine($"[grey]>> Resolved {assemblyName} to {Spectre.Console.StringExtensions.EscapeMarkup(path)}.[/]");
#endif
}

Expand Down
2 changes: 1 addition & 1 deletion Installer/Installer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
<PackageReference Include="Microsoft.Unity.Analyzers" Version="1.19.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.9.28" PrivateAssets="all" />
<PackageReference Include="Spectre.Console.Cli" Version="0.48.0" />
<PackageReference Include="Spectre.Console.Cli" Version="0.49.1" />
<PackageReference Include="System.Buffers" Version="4.5.1" />
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
Expand Down

0 comments on commit b5a1e32

Please sign in to comment.