Skip to content

Commit

Permalink
fix: Remove redundant properties from PackageReferences
Browse files Browse the repository at this point in the history
  • Loading branch information
VMelnalksnis committed Aug 29, 2022
1 parent e0d5150 commit c4519e7
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions tests/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,15 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="coverlet.collector">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector"/>
<PackageReference Include="FluentAssertions"/>
<PackageReference Include="Microsoft.NET.Test.Sdk"/>
<PackageReference Include="Newtonsoft.Json"/>
<PackageReference Include="System.Net.Http"/>
<PackageReference Include="System.Text.RegularExpressions"/>
<PackageReference Include="xunit"/>
<PackageReference Include="xunit.analyzers"/>
<PackageReference Include="xunit.runner.visualstudio">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="xunit.runner.visualstudio"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c4519e7

Please sign in to comment.