Skip to content

Commit

Permalink
clean-up project file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corniel committed Nov 15, 2023
1 parent 1213516 commit d207c81
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,12 @@

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.*" />
<PackageReference Include="FluentAssertions.Analyzers" Version="0.*">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="FluentAssertions.Analyzers" Version="0.*" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.*" />
<PackageReference Include="NUnit" Version="3.*" />
<PackageReference Include="NUnit3TestAdapter" Version="4.*" />
<PackageReference Include="NUnit3TestAdapter" Version="4.*" PrivateAssets="all" />
<PackageReference Include="NUnit.Analyzers" Version="3.*" />
<PackageReference Include="coverlet.collector" Version="3.*" />
<PackageReference Include="coverlet.collector" Version="*" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit d207c81

Please sign in to comment.