Skip to content

Commit

Permalink
Merge pull request #489 from mganss/dependabot/nuget/xunit-2.7.0
Browse files Browse the repository at this point in the history
Bump xunit from 2.6.6 to 2.7.0
  • Loading branch information
mganss authored Feb 16, 2024
2 parents ffb5c10 + a32ba77 commit 382aef6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.extensibility.core" Version="2.6.6" />
<PackageReference Include="xunit.extensibility.execution" Version="2.6.6" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.extensibility.core" Version="2.7.0" />
<PackageReference Include="xunit.extensibility.execution" Version="2.7.0" />
</ItemGroup>
<PropertyGroup>
<SonarQubeExclude>true</SonarQubeExclude>
Expand Down

0 comments on commit 382aef6

Please sign in to comment.