Skip to content

Commit

Permalink
chore(deps): Bump the all group with 2 updates (#104)
Browse files Browse the repository at this point in the history
Bumps the all group with 2 updates: [FluentAssertions](https://github.com/fluentassertions/fluentassertions) and [MSTest](https://github.com/microsoft/testfx).


Updates `FluentAssertions` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/fluentassertions/fluentassertions/releases)
- [Changelog](https://github.com/fluentassertions/fluentassertions/blob/main/AcceptApiChanges.ps1)
- [Commits](fluentassertions/fluentassertions@8.0.0...8.0.1)

Updates `MSTest` from 3.7.1 to 3.7.2
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.7.1...v3.7.2)

---
updated-dependencies:
- dependency-name: FluentAssertions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: MSTest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authored Jan 27, 2025
1 parent 8fe12cb commit 91c910a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -5,12 +5,12 @@
</PropertyGroup>

<ItemGroup Label="Base packages">
<PackageReference Include="MSTest" Version="3.7.1" />
<PackageReference Include="MSTest" Version="3.7.2" />
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="FluentAssertions" Version="8.0.0" />
<PackageReference Include="FluentAssertions" Version="8.0.1" />
</ItemGroup>

<ItemGroup Label="GlobalUsings">

0 comments on commit 91c910a

Please sign in to comment.