Skip to content

Commit

Permalink
Bump xunit from 2.4.2 to 2.6.3.
Browse files Browse the repository at this point in the history
Bump xunit.runner.visualstudio from 2.4.5 to 2.5.5.
  • Loading branch information
blowdart committed Dec 11, 2023
1 parent 4ce7628 commit b4c18a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.25" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PackageReference Include="xunit" Version="2.6.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="xunit" Version="2.6.2" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.25" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
<PackageReference Include="xunit" Version="2.6.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="xunit" Version="2.6.2" />
</ItemGroup>

</Project>

0 comments on commit b4c18a2

Please sign in to comment.