From 84f5dc867c04b2fef367ef0a21e41267e0bd0e4b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 16 Feb 2024 15:13:22 +0000
Subject: [PATCH] Bump xunit.runner.visualstudio from 2.5.6 to 2.5.7

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.6 to 2.5.7.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.6...2.5.7)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 test/LoadTestToolbox.Tests.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/LoadTestToolbox.Tests.csproj b/test/LoadTestToolbox.Tests.csproj
index 4d6f52b..a23973d 100644
--- a/test/LoadTestToolbox.Tests.csproj
+++ b/test/LoadTestToolbox.Tests.csproj
@@ -9,7 +9,7 @@
 		<PackageReference Include="NSubstitute" Version="5.1.0" />
 		<PackageReference Include="Spectre.Console.Testing" Version="0.48.0" />
 		<PackageReference Include="xunit" Version="2.7.0" />
-		<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6" />
+		<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7" />
 		<PackageReference Include="coverlet.collector" Version="6.0.0" />
 		<ProjectReference Include="..\src\LoadTestToolbox.csproj" />
 	</ItemGroup>