Skip to content

Commit

Permalink
chore: remove unnecessary reference (#340)
Browse files Browse the repository at this point in the history
Remove unnecessary reference to `Testably.Abstractions` as it is
indirectly referenced by `Testably.Abstractions.Testing`.
  • Loading branch information
vbreuss authored Jul 25, 2023
1 parent b7a558b commit e8a1b48
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
</ItemGroup>

<ItemGroup>
<PackageVersion Include="Testably.Abstractions" Version="2.3.3" />
<PackageVersion Include="Testably.Abstractions.Testing" Version="2.3.3" />
</ItemGroup>

Expand Down
1 change: 0 additions & 1 deletion Examples/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
</ItemGroup>

<ItemGroup Condition="'$(UseFileReferenceToTestablyLibraries)' != 'True'">
<PackageReference Include="Testably.Abstractions" />
<PackageReference Include="Testably.Abstractions.Testing" />
</ItemGroup>

Expand Down

0 comments on commit e8a1b48

Please sign in to comment.