Skip to content

Commit

Permalink
chore(deps): bump xunit to 2.9.2. xunit.runners.visualstudio to 2.8.2…
Browse files Browse the repository at this point in the history
… and FluentAssertions to 6.12.1. (#125)
  • Loading branch information
skwasjer authored Oct 6, 2024
1 parent 2f52127 commit 8590457
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="FluentAssertions" Version="6.12.1" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit" Version="2.9.2" />
</ItemGroup>

<ItemGroup Condition="'$(IsTestProject)'=='true'">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(NetTestSdkVersion)" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="$(NetTestSdkVersion)" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 8590457

Please sign in to comment.