Skip to content

Commit

Permalink
removed redundant dependecies from libs
Browse files Browse the repository at this point in the history
  • Loading branch information
karimz1 committed Dec 8, 2024
1 parent bc2b1b8 commit 8fcf47a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<ItemGroup>
<PackageReference Include="AWSSDK.CodeArtifact" Version="3.7.302.13" />
<PackageReference Include="AWSSDK.ECR" Version="3.7.302.11" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
</ItemGroup>

</Project>

0 comments on commit 8fcf47a

Please sign in to comment.