Skip to content

Commit

Permalink
Merge pull request #273 from JoshKeegan/dependabot/nuget/FluentAssert…
Browse files Browse the repository at this point in the history
…ions-7.1.0
  • Loading branch information
JoshKeegan authored Jan 26, 2025
2 parents 69c0bcf + f7fad96 commit c401412
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.0.0" />
<PackageReference Include="FluentAssertions" Version="7.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Reqnroll.xUnit" Version="2.2.1" />
<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.0.0" />
<PackageReference Include="FluentAssertions" Version="7.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.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.0.0" />
<PackageReference Include="FluentAssertions" Version="7.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
Expand Down

0 comments on commit c401412

Please sign in to comment.