Skip to content

Commit

Permalink
build(deps): bump XunitVersion from 2.6.1 to 2.6.2 in /integrationtests
Browse files Browse the repository at this point in the history
Bumps `XunitVersion` from 2.6.1 to 2.6.2.

Updates `xunit` from 2.6.1 to 2.6.2
- [Commits](xunit/xunit@2.6.1...2.6.2)

Updates `xunit.runner.console` 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
- dependency-name: xunit.runner.console
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 4, 2023
1 parent e3a37ca commit 69ad960
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="xunit" Version="2.6.1" />
<PackageReference Include="xunit.runner.console" Version="2.6.1">
<PackageReference Include="xunit" Version="2.6.2" />
<PackageReference Include="xunit.runner.console" Version="2.6.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 69ad960

Please sign in to comment.