Skip to content

Commit cb54d7c

Browse files
build(deps): bump FluentAssertions from 6.1.0 to 6.2.0 in /src (#518)
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/master/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@6.1.0...6.2.0) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ce8d96 commit cb54d7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Directory.build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<PackageReference Include="Xunit.StaFact" Version="1.0.37" />
3030
<PackageReference Include="Xamarin.Forms.Mocks" Version="4.7.0.1" />
3131
<PackageReference Include="DiffEngine" Version="8.2.0" />
32-
<PackageReference Include="FluentAssertions" Version="6.1.0" />
32+
<PackageReference Include="FluentAssertions" Version="6.2.0" />
3333
<PackageReference Include="ReactiveUI.Testing" Version="16.*" />
3434
<PackageReference Include="PublicApiGenerator" Version="10.2.0" />
3535
<PackageReference Include="NSubstitute" Version="4.2.2" />

src/Sextant.iOS.Runner/Sextant.iOS.Runner.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<PackageReference Include="xunit.runner.devices">
142142
<Version>2.5.25</Version>
143143
</PackageReference>
144-
<PackageReference Include="FluentAssertions" Version="6.1.0" />
144+
<PackageReference Include="FluentAssertions" Version="6.2.0" />
145145
</ItemGroup>
146146
<ItemGroup>
147147
<ProjectReference Include="..\Sextant\Sextant.csproj">

0 commit comments

Comments
 (0)