build(deps): bump xunit in /services/FilterLists.Tests

Bumps [xunit](https://github.com/xunit/xunit) from 2.5.3 to 2.8.1.
- [Commits](https://github.com/xunit/xunit/compare/2.5.3...2.8.1)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-01 21:12:41 +00:00 committed by Collin Barrett
parent 805bf502de
commit 5a8afdf24a

View file

@ -12,7 +12,7 @@
<PackageReference Include="Aspire.Hosting.Testing" Version="8.0.1"/>
<PackageReference Include="coverlet.collector" Version="6.0.0"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0"/>
<PackageReference Include="xunit" Version="2.5.3"/>
<PackageReference Include="xunit" Version="2.8.1"/>
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3"/>
</ItemGroup>