Skip to content

Commit 1595589

Browse files
dependabot[bot]egil
authored andcommitted
build(deps): Bump xunit from 2.6.2 to 2.6.3
Bumps [xunit](https://github.com/xunit/xunit) from 2.6.2 to 2.6.3. - [Commits](xunit/xunit@2.6.2...2.6.3) --- 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 a9c0cd8 commit 1595589

4 files changed

Lines changed: 4 additions & 4 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.2" />
16+
<PackageReference Include="xunit" Version="2.6.3" />
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.generators.tests/bunit.generators.tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PackageReference Update="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.8.0" />
2323
<PackageReference Update="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit" Version="1.1.1" />
2424

25-
<PackageReference Include="xunit" Version="2.6.2" />
25+
<PackageReference Include="xunit" Version="2.6.3" />
2626
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
2727
<PrivateAssets>all</PrivateAssets>
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

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