Skip to content

Commit abeab99

Browse files
Bump xunit from 2.5.0 to 2.5.1
Bumps [xunit](https://github.com/xunit/xunit) from 2.5.0 to 2.5.1. - [Commits](xunit/xunit@2.5.0...2.5.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aa98268 commit abeab99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/container_apps/Jordnaer.Chat.Tests/Jordnaer.Chat.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2525
</PackageReference>
2626
<PackageReference Include="Testcontainers.MsSql" Version="3.5.0" />
27-
<PackageReference Include="xunit" Version="2.5.0" />
27+
<PackageReference Include="xunit" Version="2.5.1" />
2828
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1">
2929
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3030
<PrivateAssets>all</PrivateAssets>

tests/web/Jordnaer.Server.Tests/Jordnaer.Server.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2525
</PackageReference>
2626
<PackageReference Include="Testcontainers.MsSql" Version="3.5.0" />
27-
<PackageReference Include="xunit" Version="2.5.0" />
27+
<PackageReference Include="xunit" Version="2.5.1" />
2828
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1">
2929
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3030
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)