Skip to content

Commit

Permalink
Dupes.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Jan 4, 2025
1 parent 2689d1b commit 519f314
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,4 @@
</PackageReference>
</ItemGroup>

<ItemGroup Condition=" '$(IsTestProject)' == 'true' ">
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>

</Project>

0 comments on commit 519f314

Please sign in to comment.