Skip to content

Commit b72b400

Browse files
Bump xunit from 2.6.6 to 2.7.0
Bumps [xunit](https://github.com/xunit/xunit) from 2.6.6 to 2.7.0. - [Commits](xunit/xunit@2.6.6...2.7.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9e7f2d6 commit b72b400

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/DeployHours.Gate.Tests/DeployHours.Gate.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="JunitXml.TestLogger" Version="3.1.12" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
1515
<PackageReference Include="Moq" Version="4.20.70" />
16-
<PackageReference Include="xunit" Version="2.6.6" />
16+
<PackageReference Include="xunit" Version="2.7.0" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
<PrivateAssets>all</PrivateAssets>

tests/GitHubActions.Gates.Framework.Tests/GitHubActions.Gates.Framework.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
3131
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
3232
<PackageReference Include="Moq" Version="4.20.70" />
33-
<PackageReference Include="xunit" Version="2.6.6" />
33+
<PackageReference Include="xunit" Version="2.7.0" />
3434
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
3535
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3636
<PrivateAssets>all</PrivateAssets>

tests/Issues.Gate.Tests/Issues.Gate.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="JunitXml.TestLogger" Version="3.1.12" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
1515
<PackageReference Include="Moq" Version="4.20.70" />
16-
<PackageReference Include="xunit" Version="2.6.6" />
16+
<PackageReference Include="xunit" Version="2.7.0" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)