Skip to content

Commit a1ad82d

Browse files
Bump FluentAssertions from 6.10.0 to 6.11.0 in /src
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.10.0 to 6.11.0. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@6.10.0...6.11.0) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 309e3d2 commit a1ad82d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Konmaripo.Web.Tests.Unit/Konmaripo.Web.Tests.Unit.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
</PropertyGroup>
66

77
<ItemGroup>
88
<PackageReference Include="Bogus" Version="34.0.2" />
9-
<PackageReference Include="FluentAssertions" Version="6.10.0" />
9+
<PackageReference Include="FluentAssertions" Version="6.11.0" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
1111
<PackageReference Include="Moq" Version="4.18.4" />
1212
<PackageReference Include="xunit" Version="2.4.2" />

0 commit comments

Comments
 (0)