From 7015d8dbd54ff7a48c96ba419258d04d4f427724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 09:28:05 +0000 Subject: [PATCH] Bump xunit.runner.visualstudio from 2.5.3 to 2.5.4 Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.5.4. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4) --- 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> --- ShortenUrl.Test/ShortenUrl.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShortenUrl.Test/ShortenUrl.Test.csproj b/ShortenUrl.Test/ShortenUrl.Test.csproj index fa27a50..cb9efa3 100644 --- a/ShortenUrl.Test/ShortenUrl.Test.csproj +++ b/ShortenUrl.Test/ShortenUrl.Test.csproj @@ -12,7 +12,7 @@ <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.13" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" /> <PackageReference Include="xunit" Version="2.6.2" /> - <PackageReference Include="xunit.runner.visualstudio" Version="2.5.3"> + <PackageReference Include="xunit.runner.visualstudio" Version="2.5.4"> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> <PrivateAssets>all</PrivateAssets> </PackageReference>