Skip to content

Commit de4356b

Browse files
chore(deps): bump xunit from 2.6.6 to 2.7.0
Bumps [xunit](https://github.com/xunit/xunit) from 2.6.6 to 2.7.0. - [Commits](xunit/xunit@2.6.6...2.7.0) --- 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 92f0987 commit de4356b

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="8.0.2" />
55
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
6-
<PackageReference Include="xunit" Version="2.6.6" />
6+
<PackageReference Include="xunit" Version="2.7.0" />
77
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
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="8.0.2" />
55
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
6-
<PackageReference Include="xunit" Version="2.6.6" />
6+
<PackageReference Include="xunit" Version="2.7.0" />
77
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
88
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
99
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)