Skip to content

Commit

Permalink
Merge pull request #628 from servicetitan/dependabot/nuget/FluentAsse…
Browse files Browse the repository at this point in the history
…rtions-6.12.star

build(deps): Update FluentAssertions requirement from 6.11.* to 6.12.*
  • Loading branch information
alexyakunin authored Aug 28, 2023
2 parents bc232bc + eb5f246 commit 52c3b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<!-- Test time only -->
<PackageReference Update="AutoFixture.AutoMoq" Version="4.18.*" />
<PackageReference Update="coverlet.collector" Version="6.0.0" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers" />
<PackageReference Update="FluentAssertions" Version="6.11.*" />
<PackageReference Update="FluentAssertions" Version="6.12.*" />
<PackageReference Update="ILogger.Moq" Version="1.1.*" />
<PackageReference Update="Microsoft.AspNetCore.Mvc.Testing" Version="$(AspNetCoreMvcTestingVersion)" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.7.1" />
Expand Down

0 comments on commit 52c3b42

Please sign in to comment.