Skip to content

Commit

Permalink
Bump fluent assertions and add analyzers
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlock committed Jan 9, 2025
1 parent c0655f6 commit 13a1e40
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tracer/test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="FluentAssertions.Analyzers" Version="0.34.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Moq" Version="4.16.0" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" />
Expand Down

0 comments on commit 13a1e40

Please sign in to comment.