Skip to content

Commit c6e7da5

Browse files
Bump xunit from 2.5.3 to 2.7.0 (#981)
Bumps [xunit](https://github.com/xunit/xunit) from 2.5.3 to 2.7.0. - [Commits](xunit/xunit@2.5.3...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5364c51 commit c6e7da5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ProjectLighthouse.Tests.GameApiTests/ProjectLighthouse.Tests.GameApiTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
18-
<PackageReference Include="xunit" Version="2.6.6" />
18+
<PackageReference Include="xunit" Version="2.7.0" />
1919
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
<PrivateAssets>all</PrivateAssets>

ProjectLighthouse.Tests.WebsiteTests/ProjectLighthouse.Tests.WebsiteTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
1818
<PackageReference Include="Selenium.WebDriver" Version="4.18.1" />
1919
<PackageReference Include="Selenium.WebDriver.ChromeDriver" Version="123.0.6312.5800" />
20-
<PackageReference Include="xunit" Version="2.6.6" />
20+
<PackageReference Include="xunit" Version="2.7.0" />
2121
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
<PrivateAssets>all</PrivateAssets>

ProjectLighthouse.Tests/ProjectLighthouse.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
</PackageReference>
2222
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
23-
<PackageReference Include="xunit" Version="2.6.6" />
23+
<PackageReference Include="xunit" Version="2.7.0" />
2424
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)