Skip to content

Commit 8e46bbd

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

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
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="7.0.0" />
18+
<PackageReference Include="FluentAssertions" Version="8.0.0" />
1919
<PackageReference Include="Moq" Version="4.20.72" />
2020
</ItemGroup>
2121

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@
44
"net8.0": {
55
"FluentAssertions": {
66
"type": "Direct",
7-
"requested": "[7.0.0, )",
8-
"resolved": "7.0.0",
9-
"contentHash": "mTLbcU991EQ1SEmNbVBaGGGJy0YFzvGd1sYJGNZ07nlPKuyHSn1I22aeKzqQXgEiaKyRO6MSCto9eN9VxMwBdA==",
10-
"dependencies": {
11-
"System.Configuration.ConfigurationManager": "6.0.0"
12-
}
7+
"requested": "[8.0.0, )",
8+
"resolved": "8.0.0",
9+
"contentHash": "qVCJIpukyFb9TO9W3vC4/sQF8lfrQksJbo4071uk3YfmHyKKlCZTTpyYhmCnnTZ2LVfFP1JgxM652nolCFjZDw=="
1310
},
1411
"Microsoft.NET.Test.Sdk": {
1512
"type": "Direct",

0 commit comments

Comments
 (0)