Skip to content

Commit

Permalink
build(deps): bump XunitVersion from 2.6.5 to 2.6.6 in /src (#831)
Browse files Browse the repository at this point in the history
Bumps `XunitVersion` from 2.6.5 to 2.6.6.

Updates `xunit` from 2.6.5 to 2.6.6
- [Commits](xunit/xunit@2.6.5...2.6.6)

Updates `xunit.runner.console` from 2.6.5 to 2.6.6
- [Commits](xunit/xunit@2.6.5...2.6.6)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 16, 2024
1 parent 7a048fb commit b1a2d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DynamicData.Tests/DynamicData.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<NoWarn>$(NoWarn);CS0618;CA1801;CA1812;CA1816;CA1063;CS8767;CS8602;CS8618;IDE1006</NoWarn>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<XunitVersion>2.6.5</XunitVersion>
<XunitVersion>2.6.6</XunitVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b1a2d4f

Please sign in to comment.