Skip to content

Commit b3a838d

Browse files
Bump xunit.runner.visualstudio from 2.5.4 to 2.5.5
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.4 to 2.5.5. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.5.4...2.5.5) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 417e9a7 commit b3a838d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
@@ -21,7 +21,7 @@
2121
</PackageReference>
2222
<PackageReference Include="Testcontainers.MsSql" Version="3.6.0" />
2323
<PackageReference Include="xunit" Version="2.6.3" />
24-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
24+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
<PrivateAssets>all</PrivateAssets>
2727
</PackageReference>

tests/web/Jordnaer.Load.Tests/Jordnaer.Load.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="NBomber" Version="5.3.0" />
1313
<PackageReference Include="NBomber.Http" Version="5.0.0" />
1414
<PackageReference Include="xunit" Version="2.6.3" />
15-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
15+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
<PrivateAssets>all</PrivateAssets>
1818
</PackageReference>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</PackageReference>
2222
<PackageReference Include="Testcontainers.MsSql" Version="3.6.0" />
2323
<PackageReference Include="xunit" Version="2.6.3" />
24-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
24+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
<PrivateAssets>all</PrivateAssets>
2727
</PackageReference>

0 commit comments

Comments
 (0)