Skip to content

Commit 1d0b78c

Browse files
dependabot[bot]egil
authored andcommitted
build(deps): Bump xunit from 2.6.0 to 2.6.1
Bumps [xunit](https://github.com/xunit/xunit) from 2.6.0 to 2.6.1. - [Commits](xunit/xunit@2.6.0...2.6.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6ab83ba commit 1d0b78c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/bunit.core.tests/bunit.core.tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="xunit" Version="2.6.0" />
16+
<PackageReference Include="xunit" Version="2.6.1" />
1717
<!-- DO NOT UPGRADE TO versions > 2.4.5 as they do not support .net5 or older -->
1818
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
1919
<PrivateAssets>all</PrivateAssets>

tests/bunit.web.query.tests/bunit.web.query.tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="xunit" Version="2.6.0" />
17+
<PackageReference Include="xunit" Version="2.6.1" />
1818
<!-- DO NOT UPGRADE TO versions > 2.4.5 as they do not support .net5 or older -->
1919
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
2020
<PrivateAssets>all</PrivateAssets>

tests/bunit.web.tests/bunit.web.tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="xunit" Version="2.6.0" />
16+
<PackageReference Include="xunit" Version="2.6.1" />
1717
<!-- DO NOT UPGRADE TO versions > 2.4.5 as they do not support .net5 or older -->
1818
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
1919
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)