Skip to content

Commit

Permalink
Add common test usings to SonarLint.Test.props (#5417)
Browse files Browse the repository at this point in the history
Fixes #5396
  • Loading branch information
georgii-borovinskikh-sonarsource committed May 14, 2024
1 parent 00abd7a commit 0f2727c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/SonarLint.Test.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,12 @@
<PackageReference Include="FluentAssertions" Version="5.9.0" />
<PackageReference Include="FluentAssertions.Analyzers" Version="0.11.4" />
</ItemGroup>

<ItemGroup>
<Using Include="System" />
<Using Include="FluentAssertions" />
<Using Include="Microsoft.VisualStudio.TestTools.UnitTesting" />
<Using Include="NSubstitute" />
</ItemGroup>

</Project>

0 comments on commit 0f2727c

Please sign in to comment.