Skip to content

Commit ec3b565

Browse files
chore(deps): bump xunit from 2.5.2 to 2.6.1
Bumps [xunit](https://github.com/xunit/xunit) from 2.5.2 to 2.6.1. - [Commits](xunit/xunit@2.5.2...2.6.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 95ece40 commit ec3b565

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
@@ -3,7 +3,7 @@
33
<PackageReference Include="Cnblogs.Serilog.Extensions" Version="1.1.0" />
44
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.12" />
55
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
6-
<PackageReference Include="xunit" Version="2.5.2" />
6+
<PackageReference Include="xunit" Version="2.6.1" />
77
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
88
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
99
<PrivateAssets>all</PrivateAssets>

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

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

0 commit comments

Comments
 (0)