Skip to content

Commit

Permalink
fix: some package reference fixes (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli authored Sep 1, 2024
1 parent e1beb46 commit 0b16790
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System.Reflection;
using BuildingBlocks.Core.Persistence.Extensions;
using BuildingBlocks.Core.Web.Extensions;
using BuildingBlocks.Security.Jwt;
using Microsoft.AspNetCore.Authentication;
Expand Down
2 changes: 0 additions & 2 deletions tests/Shared/Tests.Shared/Tests.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@

<ItemGroup>
<PackageReference Include="AutoFixture" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" />
<PackageReference Include="Mongo2Go" />
<PackageReference Include="RichardSzalay.MockHttp" />
<PackageReference Include="Testcontainers.MongoDb" />
<PackageReference Include="Testcontainers.PostgreSql" />
<PackageReference Include="Testcontainers.RabbitMq" />
Expand Down

0 comments on commit 0b16790

Please sign in to comment.