Skip to content

Commit 40d9759

Browse files
bump xunit.runner.visualstudio from 2.4.1 to 2.4.2 (+semver:skip, without release)
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/commits/v2.4.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cbffb13 commit 40d9759

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/integration/integration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="NAudio.Vorbis" Version="1.1.0" />
1919
<PackageReference Include="Shouldly" Version="3.0.2" />
2020
<PackageReference Include="xunit" Version="2.4.1" />
21-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
21+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.2">
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>

test/unit/unit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PackageReference Include="morelinq" Version="3.3.2" />
2323
<PackageReference Include="Shouldly" Version="3.0.2" />
2424
<PackageReference Include="xunit" Version="2.4.1" />
25-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
25+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.2">
2626
<PrivateAssets>all</PrivateAssets>
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2828
</PackageReference>

0 commit comments

Comments
 (0)