Skip to content

Commit

Permalink
chore: add FluentAssertions nuget package to test projects (dotnet#8946)
Browse files Browse the repository at this point in the history
Add FluentAssertions package to test projects
  • Loading branch information
filzrev authored and p-kostov committed Jun 28, 2024
1 parent 8ed95b5 commit 260180e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

<!-- Test only -->
<PackageVersion Include="coverlet.collector" Version="6.0.0" />
<PackageVersion Include="FluentAssertions" Version="6.11.0" />
<PackageVersion Include="Magick.NET-Q16-AnyCPU" Version="13.1.3" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageVersion Include="Microsoft.Playwright" Version="1.35.0" />
Expand Down
1 change: 1 addition & 0 deletions test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="FluentAssertions" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<!--
The NuGet.Frameworks package is required to run csproj based tests targeting .NET 7.0.200.
Expand Down

0 comments on commit 260180e

Please sign in to comment.