Skip to content

Commit

Permalink
(GH-4302) Update Verify.Xunit to 23.5.2
Browse files Browse the repository at this point in the history
* fixes #4302
  • Loading branch information
devlead committed Mar 26, 2024
1 parent 89fc0f7 commit d20aebd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/Cake.Core.Tests/Cake.Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<!-- Global packages -->
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Spectre.Verify.Extensions" Version="22.3.0" />
<PackageReference Include="Verify.Xunit" Version="22.5.0" />
<PackageReference Include="Spectre.Verify.Extensions" Version="22.3.1" />
<PackageReference Include="Verify.Xunit" Version="23.5.2" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<PrivateAssets>all</PrivateAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@

namespace Cake.Core.Tests.Unit.Scripting.CodeGen
{
[UsesVerify]
public sealed class MethodAliasGeneratorTests
{
[UsesVerify]
public sealed class TheGeneratorMethod : IClassFixture<MethodAliasGeneratorFixture>
{
private readonly MethodAliasGeneratorFixture _fixture;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@

namespace Cake.Core.Tests.Unit.Scripting.CodeGen
{
[UsesVerify]
public sealed class PropertyAliasGeneratorTests
{
[UsesVerify]
public sealed class TheGenerateMethod : IClassFixture<PropertyAliasGeneratorFixture>
{
private readonly PropertyAliasGeneratorFixture _fixture;
Expand Down

0 comments on commit d20aebd

Please sign in to comment.