Skip to content

Commit 6834afb

Browse files
dependabot[bot]timrogers
authored andcommitted
Bump xunit.runner.visualstudio from 2.5.0 to 2.5.3
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.0 to 2.5.3. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.5.0...2.5.3) --- 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 450265d commit 6834afb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/OctoshiftCLI.IntegrationTests/OctoshiftCLI.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
1313
<PackageReference Include="Moq" Version="4.20.69" />
1414
<PackageReference Include="xunit" Version="2.5.0" />
15-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
15+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
<PrivateAssets>all</PrivateAssets>
1818
</PackageReference>

src/OctoshiftCLI.Tests/OctoshiftCLI.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<PackageReference Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta4.22272.1" />
2626
<PackageReference Include="xunit" Version="2.5.0" />
27-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
27+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
<PrivateAssets>all</PrivateAssets>
3030
</PackageReference>

0 commit comments

Comments
 (0)