Skip to content

Commit d6b24a8

Browse files
chore(deps): bump FluentAssertions from 8.1.1 to 8.2.0
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 8.1.1 to 8.2.0. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/main/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@8.1.1...8.2.0) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 35d6e70 commit d6b24a8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dotnet.Samples.AspNetCore.WebApi.Tests/Dotnet.Samples.AspNetCore.WebApi.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
<PrivateAssets>all</PrivateAssets>
1717
</PackageReference>
18-
<PackageReference Include="FluentAssertions" Version="8.1.1" />
18+
<PackageReference Include="FluentAssertions" Version="8.2.0" />
1919
<PackageReference Include="Moq" Version="4.20.72" />
2020
</ItemGroup>
2121

Dotnet.Samples.AspNetCore.WebApi.Tests/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"net8.0": {
55
"FluentAssertions": {
66
"type": "Direct",
7-
"requested": "[8.1.1, )",
8-
"resolved": "8.1.1",
9-
"contentHash": "tzrZ95x7TWY4panvAhVoHg5zIhg4768Cx+8ZPoKR2sDPu2oCvVeg3ts0TTL0aJlIfZ1NGxCtBP5s555AgXJozg=="
7+
"requested": "[8.2.0, )",
8+
"resolved": "8.2.0",
9+
"contentHash": "Gh4jkECcrR0i17ofCVqsiVz2+lxC+p5TYFPCrbZFi7eQQWGEZhvCDwvhycBKX1Kmtbd+H2CW/ugW7wdH9Br9NQ=="
1010
},
1111
"Microsoft.NET.Test.Sdk": {
1212
"type": "Direct",

0 commit comments

Comments
 (0)