Skip to content

Commit

Permalink
chore: bump the dependencies group
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /test/SerialBox.Tests with 2 updates: [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) and [xunit](https://github.com/xunit/xunit).


Updates `xunit.runner.visualstudio` from 2.5.3 to 2.5.4
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.5.3...2.5.4)

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

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent b378f74 commit 0ae371c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/SerialBox.Tests/SerialBox.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="xunit" Version="2.6.1" />
<PackageReference Include="xunit" Version="2.6.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0ae371c

Please sign in to comment.