Skip to content

Commit

Permalink
Updating xUnit to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Jul 14, 2024
1 parent 636bbf4 commit cbe4097
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand All @@ -31,7 +31,7 @@
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include="package.json"/>
<AdditionalFiles Include="package.json" />
</ItemGroup>

</Project>

0 comments on commit cbe4097

Please sign in to comment.