Skip to content

Commit 621ed19

Browse files
Merge pull request #186 from NielsPilgaard/dependabot/nuget/xunit-2.5.1
Bump xunit from 2.5.0 to 2.5.1
2 parents aa98268 + abeab99 commit 621ed19

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)