From 8d25a82f28ca411f02f0c9074408271f4533faec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 01:28:35 +0000 Subject: [PATCH] [nuget] Bump xunit.runner.visualstudio from 2.4.3 to 3.0.0 Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.3 to 3.0.0. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.4.3...3.0.0) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --- .../Dfe.Data.Common.Infrastructure.CognitiveSearch.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dfe.Data.Common.Infrastructure.CognitiveSearch/Tests/Dfe.Data.Common.Infrastructure.CognitiveSearch.Tests.csproj b/Dfe.Data.Common.Infrastructure.CognitiveSearch/Tests/Dfe.Data.Common.Infrastructure.CognitiveSearch.Tests.csproj index a26193a..32f8a03 100644 --- a/Dfe.Data.Common.Infrastructure.CognitiveSearch/Tests/Dfe.Data.Common.Infrastructure.CognitiveSearch.Tests.csproj +++ b/Dfe.Data.Common.Infrastructure.CognitiveSearch/Tests/Dfe.Data.Common.Infrastructure.CognitiveSearch.Tests.csproj @@ -18,7 +18,7 @@ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" /> <PackageReference Include="Moq" Version="4.20.72" /> <PackageReference Include="xunit" Version="2.4.1" /> - <PackageReference Include="xunit.runner.visualstudio" Version="2.4.3"> + <PackageReference Include="xunit.runner.visualstudio" Version="3.0.0"> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> <PrivateAssets>all</PrivateAssets> </PackageReference>