Skip to content

Commit c351da4

Browse files
authored
Merge pull request #275 from JoshKeegan/dependabot/nuget/multi-fa270848a1
Bump FluentAssertions and Microsoft.NETFramework.ReferenceAssemblies
2 parents 8407072 + 5083623 commit c351da4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/UnitTests.Reqnroll/UnitTests.Reqnroll.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
Do not upgrade FluentAssertions beyond 7.x, as the license changes in v8.
2222
See https://github.com/JoshKeegan/xRetry/pull/270#issuecomment-2614457485
2323
-->
24-
<PackageReference Include="FluentAssertions" Version="7.1.0" />
24+
<PackageReference Include="FluentAssertions" Version="7.2.0" />
2525
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
2626
<PackageReference Include="Reqnroll.xUnit" Version="2.3.0" />
2727
<PackageReference Include="xunit" Version="2.9.3" />

test/UnitTests.SpecFlow/UnitTests.SpecFlow.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
Do not upgrade FluentAssertions beyond 7.x, as the license changes in v8.
2323
See https://github.com/JoshKeegan/xRetry/pull/270#issuecomment-2614457485
2424
-->
25-
<PackageReference Include="FluentAssertions" Version="7.1.0" />
25+
<PackageReference Include="FluentAssertions" Version="7.2.0" />
2626
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
2727
<PackageReference Include="SpecFlow.xUnit" Version="3.9.74" />
2828
<PackageReference Include="xunit" Version="2.9.3" />

test/UnitTests/UnitTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
Do not upgrade FluentAssertions beyond 7.x, as the license changes in v8.
2323
See https://github.com/JoshKeegan/xRetry/pull/270#issuecomment-2614457485
2424
-->
25-
<PackageReference Include="FluentAssertions" Version="7.1.0" />
25+
<PackageReference Include="FluentAssertions" Version="7.2.0" />
2626
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
2727
<PackageReference Include="xunit" Version="2.9.3" />
2828
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">

0 commit comments

Comments
 (0)