Skip to content

Commit

Permalink
Merge pull request #100 from csrakowski/dependabot/nuget/xunit-2.8.1
Browse files Browse the repository at this point in the history
Bump xunit from 2.8.0 to 2.8.1
  • Loading branch information
csrakowski authored May 27, 2024
2 parents 59edab1 + 716e5b5 commit 8676cc4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand All @@ -33,7 +33,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\CSRakowski.Parallel\CSRakowski.Parallel.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 8676cc4

Please sign in to comment.