Skip to content

Commit

Permalink
Upgrade xunit and xunit.runner.visualstudio to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
litenova committed Jan 9, 2024
1 parent 5143f1d commit 8a66d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0"/>
<PackageVersion Include="FluentAssertions" Version="6.12.0"/>
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0"/>
<PackageVersion Include="xunit" Version="2.6.2"/>
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.4">
<PackageVersion Include="xunit" Version="2.6.5"/>
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.6">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageVersion>
Expand Down

0 comments on commit 8a66d02

Please sign in to comment.