Skip to content

Commit 9d5a9c2

Browse files
chore(deps): bump xunit.runner.visualstudio from 2.5.1 to 2.5.3 (#157)
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.5.1...2.5.3) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f69a0ce commit 9d5a9c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Cnblogs.Architecture.IntegrationTests/Cnblogs.Architecture.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.12" />
55
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
66
<PackageReference Include="xunit" Version="2.5.2" />
7-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1">
7+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
88
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
99
<PrivateAssets>all</PrivateAssets>
1010
</PackageReference>

test/Cnblogs.Architecture.UnitTests/Cnblogs.Architecture.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.12" />
55
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
66
<PackageReference Include="xunit" Version="2.5.2" />
7-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1">
7+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
88
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
99
<PrivateAssets>all</PrivateAssets>
1010
</PackageReference>

0 commit comments

Comments
 (0)