Skip to content

Commit 6ab83ba

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

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.5.3" />
16+
<PackageReference Include="xunit" Version="2.6.0" />
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.5.3" />
17+
<PackageReference Include="xunit" Version="2.6.0" />
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.5.3" />
16+
<PackageReference Include="xunit" Version="2.6.0" />
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)