Skip to content

Commit 178ed5a

Browse files
Upgrade to Spectre v0.55
1 parent bef0357 commit 178ed5a

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/LibYear/Command.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public Command(IAnsiConsole console)
1313
public async Task<int> ExecuteAsync(CommandContext context, Settings settings)
1414
=> await ExecuteAsync(context, settings, CancellationToken.None);
1515

16-
public override async Task<int> ExecuteAsync(CommandContext context, Settings settings, CancellationToken cancellationToken)
16+
protected override async Task<int> ExecuteAsync(CommandContext context, Settings settings, CancellationToken cancellationToken)
1717
{
1818
try
1919
{

src/LibYear/LibYear.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</PropertyGroup>
2222
<ItemGroup>
2323
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.203" PrivateAssets="all" />
24-
<PackageReference Include="Spectre.Console.Cli" Version="0.53.1" />
24+
<PackageReference Include="Spectre.Console.Cli" Version="0.55.0" />
2525
<ProjectReference Include="../LibYear.Core/LibYear.Core.csproj" />
2626
<None Include="../../README.md" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="." />
2727
</ItemGroup>

test/LibYear.Core.Tests/LibYear.Core.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="coverlet.collector" Version="10.0.0" />
9-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
1010
<PackageReference Include="NSubstitute" Version="5.3.0" />
1111
<PackageReference Include="xunit" Version="2.9.3" />
1212
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />

test/LibYear.Tests/LibYear.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="coverlet.collector" Version="10.0.0" />
9-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
10-
<PackageReference Include="Spectre.Console.Testing" Version="0.54.0" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
10+
<PackageReference Include="Spectre.Console.Testing" Version="0.55.2" />
1111
<ProjectReference Include="..\..\src\LibYear\LibYear.csproj" />
1212
<ProjectReference Include="..\LibYear.Core.Tests\LibYear.Core.Tests.csproj" />
1313
</ItemGroup>

0 commit comments

Comments
 (0)