Skip to content

Commit

Permalink
Bump FluentAssertions and Microsoft.NETFramework.ReferenceAssemblies
Browse files Browse the repository at this point in the history
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) and [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet). These dependencies needed to be updated together.

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

Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3
- [Commits](https://github.com/Microsoft/dotnet/commits)

---
updated-dependencies:
- dependency-name: FluentAssertions
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.NETFramework.ReferenceAssemblies
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 20, 2025
1 parent 8407072 commit 5083623
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/UnitTests.Reqnroll/UnitTests.Reqnroll.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Do not upgrade FluentAssertions beyond 7.x, as the license changes in v8.
See https://github.com/JoshKeegan/xRetry/pull/270#issuecomment-2614457485
-->
<PackageReference Include="FluentAssertions" Version="7.1.0" />
<PackageReference Include="FluentAssertions" Version="7.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="Reqnroll.xUnit" Version="2.3.0" />
<PackageReference Include="xunit" Version="2.9.3" />
Expand Down
2 changes: 1 addition & 1 deletion test/UnitTests.SpecFlow/UnitTests.SpecFlow.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Do not upgrade FluentAssertions beyond 7.x, as the license changes in v8.
See https://github.com/JoshKeegan/xRetry/pull/270#issuecomment-2614457485
-->
<PackageReference Include="FluentAssertions" Version="7.1.0" />
<PackageReference Include="FluentAssertions" Version="7.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="SpecFlow.xUnit" Version="3.9.74" />
<PackageReference Include="xunit" Version="2.9.3" />
Expand Down
2 changes: 1 addition & 1 deletion test/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Do not upgrade FluentAssertions beyond 7.x, as the license changes in v8.
See https://github.com/JoshKeegan/xRetry/pull/270#issuecomment-2614457485
-->
<PackageReference Include="FluentAssertions" Version="7.1.0" />
<PackageReference Include="FluentAssertions" Version="7.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
Expand Down

0 comments on commit 5083623

Please sign in to comment.