Skip to content

Commit 2106431

Browse files
Update dependency FluentAssertions to v6
1 parent 0331d97 commit 2106431

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ItemGroup>
99
<PackageReference Include="AutoFixture.AutoNSubstitute" Version="4.18.0" />
1010
<PackageReference Include="AutoFixture.NUnit3" Version="4.18.0" />
11-
<PackageReference Include="FluentAssertions" Version="5.10.3" />
11+
<PackageReference Include="FluentAssertions" Version="6.10.0" />
1212
<PackageReference Include="MockQueryable.NSubstitute" Version="5.0.2" />
1313
<PackageReference Include="NSubstitute" Version="4.2.2" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />

tests/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
},
3131
"FluentAssertions": {
3232
"type": "Direct",
33-
"requested": "[5.10.3, )",
34-
"resolved": "5.10.3",
35-
"contentHash": "gVPEVp1hLVqcv+7Q2wiDf7kqCNn7+bQcQ0jbJ2mcRT6CeRoZl1tNkqvzSIhvekyldDptk77j1b03MXTTRIqqpg==",
33+
"requested": "[6.10.0, )",
34+
"resolved": "6.10.0",
35+
"contentHash": "Da3YsiRDnOHKBfxutjnupL1rOX0K/jnG6crn5AgwukeqZ/yi+HNCOFshic01ke0ztZFWzpfQMXH8fO9aAbG0Gw==",
3636
"dependencies": {
3737
"System.Configuration.ConfigurationManager": "4.4.0"
3838
}

0 commit comments

Comments
 (0)