Skip to content

Commit d0b1f0b

Browse files
Bump xunit from 2.6.1 to 2.6.2
Bumps [xunit](https://github.com/xunit/xunit) from 2.6.1 to 2.6.2. - [Commits](xunit/xunit@2.6.1...2.6.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1ace761 commit d0b1f0b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/E2E.Tests/E2E.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
1515

1616
<PackageReference Include="Nito.AsyncEx.Coordination" Version="5.1.2" />
17-
<PackageReference Include="xunit" Version="2.6.1" />
17+
<PackageReference Include="xunit" Version="2.6.2" />
1818
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
1919
<PrivateAssets>all</PrivateAssets>
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

tests/Kubectl.Tests/Kubectl.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111

1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
13-
<PackageReference Include="xunit" Version="2.6.1" />
13+
<PackageReference Include="xunit" Version="2.6.2" />
1414
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

tests/KubernetesClient.Classic.Tests/KubernetesClient.Classic.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<ItemGroup>
2020

2121
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
22-
<PackageReference Include="xunit" Version="2.6.1" />
22+
<PackageReference Include="xunit" Version="2.6.2" />
2323
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
2424
<PrivateAssets>all</PrivateAssets>
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

tests/KubernetesClient.Tests/KubernetesClient.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<ItemGroup>
1919

2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
21-
<PackageReference Include="xunit" Version="2.6.1" />
21+
<PackageReference Include="xunit" Version="2.6.2" />
2222
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
2323
<PrivateAssets>all</PrivateAssets>
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)