Skip to content

Commit

Permalink
Merge pull request #275 from JoshKeegan/dependabot/nuget/multi-fa2708…
Browse files Browse the repository at this point in the history
…48a1

Bump FluentAssertions and Microsoft.NETFramework.ReferenceAssemblies
  • Loading branch information
JoshKeegan authored Feb 20, 2025
2 parents 8407072 + 5083623 commit c351da4
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 c351da4

Please sign in to comment.